We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee7f8 commit c1b3d34Copy full SHA for c1b3d34
main/util/src/mill/util/PromptLogger.scala
@@ -300,7 +300,7 @@ private[mill] object PromptLogger {
300
// https://stackoverflow.com/questions/71452837/how-to-reduce-flicker-in-terminal-re-drawing
301
dest.write(
302
new String(buf, 0, end)
303
- .replaceAll("(\r\n|\n)", AnsiNav.clearLine(0) + "$1")
+ .replaceAll("(\r\n|\n|\t)", AnsiNav.clearLine(0) + "$1")
304
.getBytes
305
)
306
}
0 commit comments