You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrl+C is sometimes ignored under pseudo console
This happens with bash and python (msys2 version).
Ash does not reproduce this issue.
Python of mingw version does not reproduce this issue.
Bash of Cygwin vesion does also reproduce this issue.
Ctrl+C is sometimes ignored under pseudo console
Describe the issue
Ctrl+C is sometimes ignored under pseudo console
This happens with bash and python (msys2 version).
Ash does not reproduce this issue.
Python of mingw version does not reproduce this issue.
Bash of Cygwin vesion does also reproduce this issue.
Steps to Reproduce the Problem 1
Steps to Reproduce the Problem 2
I also made another simple conpty environment.
EchoCon.cpp from https://gist.github.com/aont/0d40aab4ddd332d4da4d8e84cf625c6e
Extra Information
I suspected termios has some bug. So I made a simple termios program to catch ctrl - c.
However, it works fine.
getkey.cpp from https://gist.github.com/aont/0d40aab4ddd332d4da4d8e84cf625c6e
Additional Context: Operating System, Screenshots
The text was updated successfully, but these errors were encountered: