-
Notifications
You must be signed in to change notification settings - Fork 21
jline is buggy, especially when using arrow keys #2547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Imported From: https://issues.scala-lang.org/browse/SI-2547?orig=1
|
@paulp said: |
@SethTisue said: |
@paulp said: |
huynhjl said: |
Sonnenschein (sonnenschein) said: But I'm still missing usable wordwise moving. |
@paulp said:
|
On Windows, scala interpreter does not show caret(or cursor) during left/right arrow keys are pressed.
Suppose I typing like below.
scala> println("Helo scala"
Caret is end of line.
When I try to go back few chars to correct "Helo" to "Hello", scala interpreter does not showing caret, during left arrow key pressed down.
I can't see where I am now during move around in line.
I hope this to be fixed.
Environment:
-Windows XP SP3
-Scala 2.7.7 final (I tried with some build of 2.8, but situation does not seems to fixed)
The text was updated successfully, but these errors were encountered: