diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-10-26 20:01:18 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-10-26 20:01:18 +0000 |
commit | 20e89605c905baef50f0dd4d7d4901190173292f (patch) | |
tree | 43d096a80b18eaa0839c841ef21e785854f431c6 | |
parent | 9a5b2c93a7129a6e6e74e4b6d4c2c78dd568b8d4 (diff) | |
parent | 31ed29e5511958845fabc66a479eeec39c1836bd (diff) | |
download | rtmux-20e89605c905baef50f0dd4d7d4901190173292f.tar.gz rtmux-20e89605c905baef50f0dd4d7d4901190173292f.tar.bz2 rtmux-20e89605c905baef50f0dd4d7d4901190173292f.zip |
Merge branch 'obsd-master'
-rw-r--r-- | proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -283,6 +283,7 @@ proc_clear_signals(struct tmuxproc *tp, int defaults) if (defaults) { sigaction(SIGINT, &sa, NULL); + sigaction(SIGQUIT, &sa, NULL); sigaction(SIGHUP, &sa, NULL); sigaction(SIGCHLD, &sa, NULL); sigaction(SIGCONT, &sa, NULL); |