Skip to content

Commit 8a5f9d0

Browse files
authored
Merge pull request #655 from scala/backport-lts-3.3-24307
Backport "Remove pipes from multi-line REPL prompts" to 3.3 LTS
2 parents e513f07 + 0665353 commit 8a5f9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)