Skip to content
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

Open
matthauck opened this issue Jan 28, 2014 · 5 comments
Open

Ctrl+C is broken on windows #127

matthauck opened this issue Jan 28, 2014 · 5 comments

Comments

@matthauck
Copy link

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....

@stephan-gh
Copy link

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.

@nartamonov
Copy link

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

@fantasyzh
Copy link
Contributor

maybe I can have a look at this bug

@fantasyzh
Copy link
Contributor

@nartamonov Can you do some test using my fix above?

@nartamonov
Copy link

nartamonov commented Sep 15, 2016

@fantasy86 Tested your fix with SBT and seems that it works fine! 😋

gnodet added a commit that referenced this issue Sep 22, 2016
fix issue #127: support Ctrl+C on Windows.
eed3si9n added a commit to eed3si9n/sbt that referenced this issue Mar 9, 2017
eed3si9n added a commit to eed3si9n/sbt that referenced this issue Mar 9, 2017
eed3si9n added a commit to eed3si9n/util that referenced this issue Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants