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