I really enjoy how the SBT, the Scala Build Tool, can send out ctrl characters to format a console window.
But now, I start SBT, on Windows 10, on a valid project and issue a compile command. Instead of the window staying static, as it used to, now the compiler scrolls the window, sending lines of control characters, like,
C:\daut>sbt
←[0m[←[0m←[0minfo←[0m] ←[0m←[0mwelcome to sbt 1.3.13 (OpenLogic-
OpenJDK Java 1.8.0-262)←[0m
←[0m[←[0m←[0minfo←[0m] ←[0m←[0mloading global plugins from
C:\Users\plugins←[0m
or, ←[2K | => daut / Compile / previousCompile 0s
←[13A←[2K
←[2K
←[2K
============================================== What a disappointment. Everything else like actual the compilation seems correct.
Now. Is there some way, to make SBT, not send out these '←[13A←[2K' characters, I have reinstalled the software, that is, JAVA, SBT, Scala, but those changes do not help.
I really enjoyed how SBT, used to perform. Why? has SBT lost the ability to format a console window? The projects I am using have been downloaded fresh from github.