Y
Hacker News
new
|
ask
|
show
|
jobs
by
teddyh
3864 days ago
As I usually have to point out, Ctrl-Z sends SIGTSTP, which
can
be caught by a signal handler – unlike SIGSTOP, which is
not
sent by any key in the terminal driver, and which
can not
be caught by a signal handler.