-
Notifications
You must be signed in to change notification settings - Fork 230
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+Pause/Break closing tab #422
Comments
I recall updating git for windows not too long ago. git version 2.11.0.windows.1
|
ConsoleZ is not up to date. Use
I had provided a patch to Git For Windows team. This patch corrected CTRL-BREAK too. You can open a new issue here: https://github.com/git-for-windows/git |
I did not realize there was a difference between bin\bash and usr\bin\bash in git for windows. usr\bin\bash seems to be working correctly. |
Expected Behavior
When pressing Ctrl+Pause/Break, the INT is sent to running application.
Actual Behavior
The tab closes and bash never sees the INT from Ctrl+Pause/Break.
Steps to reproduce
If I run bash.exe directly, this code in the .bashrc will be triggered on both Ctrl+C and Ctrl+Pause/Break and the bash window never closes. In console, only Ctrl+C triggers the code and Ctrl+Pause/Break immediately closes the tab.
I am seeing this issue because there is an application I use that ignores Ctrl+C but instead only listens for Ctrl+Pause/Break to exit early.
The text was updated successfully, but these errors were encountered: