-
Notifications
You must be signed in to change notification settings - Fork 182
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
Ctrl+C is broken on windows #127
Comments
This seems to be still broken for me in jline 2.13. Any change to get this fixed? @fantasy86's commit seems to have been reverted again. |
Guys, I don't understand: is this bug realy hard to fix? Can somebody explain what technical reasons cause it? This bug causes some inconvenient and annoying behaviour in dependent projects, for example in SBT, see sbt/sbt#1855. It leads to wasted time during development with Scala on Windows, because Ctrl+C is one of the most frequent shortcut which we use during developing. 😢 /cc @fantasy86 |
maybe I can have a look at this bug |
@nartamonov Can you do some test using my fix above? |
@fantasy86 Tested your fix with SBT and seems that it works fine! 😋 |
fix issue #127: support Ctrl+C on Windows.
Fixes sbt#1855 See also jline/jline2#127
Fixes sbt#1855 See also jline/jline2#127
Fixes sbt/sbt#1855 See also jline/jline2#127
I'm surprised there is not an open issue about this already. I may have missed it... But Ctrl+C is entirely broken in jline on windows. It was broken on jline1 and is also broken on jline2. I searched google for workarounds and none of them worked for me. Thus, I am sadly left not being able to use jline. =( Having a command line utility that doesn't allow you to exit normally is not very useful....
The text was updated successfully, but these errors were encountered: