Description
After running the command, I cannot exit the process using Ctrl+C or ESC.
The command continues running and does not respond to either keyboard shortcut. The only way to stop it is to close the terminal window.
Steps to reproduce
- Run the command in the terminal.
- Try pressing
Ctrl+C.
- Try pressing
ESC.
Expected behavior
The running process should be interrupted and exited when pressing Ctrl+C or ESC.
Actual behavior
Nothing happens after pressing Ctrl+C or ESC, and the process keeps running.
Environment
- OS: macOS (15.4 (24E248))
- Terminal: [iterm2]
- Project version/commit: [2026.7.7]
Description
After running the command, I cannot exit the process using
Ctrl+CorESC.The command continues running and does not respond to either keyboard shortcut. The only way to stop it is to close the terminal window.
Steps to reproduce
Ctrl+C.ESC.Expected behavior
The running process should be interrupted and exited when pressing
Ctrl+CorESC.Actual behavior
Nothing happens after pressing
Ctrl+CorESC, and the process keeps running.Environment