sbt/internal/util-logging/src
Ethan Atkins 85d17889b6 Fix supershell line interlacing with logs
In 3b09ff6af7, we stopped adding a clear
screen after curser after each log line. This inadvertently caused
supershell lines to get interlaced with log lines. This can be fixed by
writing a ClearScreenAfterCursor after every newline character that we
write to stdout.

As a bonus, I had also long noticed that supershell log lines would get
interlaced with the serverTestProj/test output and this change fixes
that as well.
2020-11-18 11:19:59 -08:00
..
main Fix supershell line interlacing with logs 2020-11-18 11:19:59 -08:00
test Decode utf-8 bytes in jline 3 reader 2020-11-17 16:45:16 -08:00