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.
2 parents e513f07 + 0665353 commit 8a5f9d0Copy full SHA for 8a5f9d0
compiler/src/dotty/tools/repl/JLineTerminal.scala
@@ -37,7 +37,7 @@ class JLineTerminal extends java.io.Closeable {
37
else str
38
protected def promptStr = "scala"
39
private def prompt(using Context) = blue(s"\n$promptStr> ")
40
- private def newLinePrompt(using Context) = blue(" | ")
+ private def newLinePrompt(using Context) = " "
41
42
/** Blockingly read line from `System.in`
43
*
0 commit comments