-
Notifications
You must be signed in to change notification settings - Fork 34
CTRL-C on a line when something isn't selected should send a break #16
Comments
It should currently be doing that. Can you give some more context into what you mean? |
From @shanselman on August 2, 2017 20:39 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? |
From @Tyriar on August 3, 2017 6:7 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. |
From @shanselman on August 3, 2017 8:42 Thanks @Tyriar. @dgriffen It's not a exe, it's just text...try it in cmd.exe. Type some stuff and hit ctrl+C. It's different behavior from ESC as @Tyriar suggests. |
Fixed as of #79 |
From @shanselman on August 2, 2017 18:46
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.
Copied from original issue: ZoeyR/WhackWhackTerminal#15
The text was updated successfully, but these errors were encountered: