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 1e0ae76 + 8fbd68c commit 56b7c0fCopy full SHA for 56b7c0f
src/repl/scala/tools/nsc/interpreter/JLineReader.scala
@@ -34,6 +34,9 @@ class JLineReader(_completion: => Completion) extends InteractiveReader {
34
}
35
36
class JLineConsoleReader extends ConsoleReader with ConsoleReaderHelper {
37
+ // ASAP
38
+ this setExpandEvents false
39
+
40
// working around protected/trait/java insufficiencies.
41
def goBack(num: Int): Unit = back(num)
42
if ((history: History) ne NoHistory)
0 commit comments