Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.41k stars 3.39k forks source link

Ctrl+C is not able to terminate the process sometimes in Linux #9317

Open dmikushin opened 11 months ago

dmikushin commented 11 months ago

In Linux Tabby sometimes is unable to stop intensive console applications with Ctrl+C, such as Python scripts. The same apps get stopped normally in the regular terminal. Perhaps, the signalling code isn't clean or efficient enough from within NodeJS.

SpiderD555 commented 11 months ago

Isn't that the part of "Inteligent CTRL+C" ? If you mark some text, then instead of aborting the script Tabby will copy it. I would try disabling the keyboard shortcut in settings

tisrico commented 1 month ago

I tried to turn off the "Inteligent CTRL+C" shortcut, it's the same.