-
Notifications
You must be signed in to change notification settings - Fork 0
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 on a line when something isn't selected should send a break #15
Comments
It should currently be doing that. Can you give some more context into what you mean? |
Go into cmd.exe, type test, then ctrl-c. The command is cancelled and you get a new prompt. In WhackWhack you either get a "^C" output OR nothing happens. |
test isn't recognized as a command for me. Is it a program you installed? |
Here's the upstream issue microsoft/node-pty#7 for this. This is one of the problems that is very difficult because of the nature of the backing library winpty. You can however press esc to reliably clear the line in cmd and powershell. |
This issue was moved to microsoft/WhackWhackTerminal#16 |
CTRL-C on a line when something isn't selected should send a break (that is, cancel the command and go to a clear line) instead of outputting ^c.
The text was updated successfully, but these errors were encountered: