Skip to content

Commit aa22462

Browse files
Backport "Remove pipes from multi-line REPL prompts" to 3.8.0 (#24399)
Backports #24307 to the 3.8.0-RC1. PR submitted by the release tooling. [skip ci]
2 parents 0a0ad58 + ca7d97a commit aa22462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl/src/dotty/tools/repl/JLineTerminal.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class JLineTerminal extends java.io.Closeable {
3838
else str
3939
protected def promptStr = "scala"
4040
private def prompt(using Context) = blue(s"\n$promptStr> ")
41-
private def newLinePrompt(using Context) = blue(" | ")
41+
private def newLinePrompt(using Context) = " "
4242

4343
/** Blockingly read line from `System.in`
4444
*

0 commit comments

Comments
 (0)