UltCombo / ult-terminal

UltCombo's Atom terminal.
MIT License
2 stars 1 forks source link

Interrupt is not killing the child process tree #10

Closed UltCombo closed 9 years ago

UltCombo commented 9 years ago

It only kills the root child process. Tested on OS X.

UltCombo commented 9 years ago

Actually, that's the expected behavior -- the root child process should be responsible for intercepting SIGINT and killing its children.