Every signal that the TTY sends processes
Someone pointed me to The TTY demystified on Mastodon and I
appreciated the list of every signal that the kernel’s terminal driver sends
processes (SIGWINCH, SIGPIPE, SIGCHLD, SIGINT, SIGHUP, SIGTSTP, SIGQUIT).
I thought SIGWINCH
and SIGHUP
were sent by the terminal emulator but they
aren’t.