summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-10-26 20:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2020-10-26 20:01:18 +0000
commit20e89605c905baef50f0dd4d7d4901190173292f (patch)
tree43d096a80b18eaa0839c841ef21e785854f431c6 /proc.c
parent9a5b2c93a7129a6e6e74e4b6d4c2c78dd568b8d4 (diff)
parent31ed29e5511958845fabc66a479eeec39c1836bd (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index 9291344b..592d8e05 100644
--- a/proc.c
+++ b/proc.c
@@ -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);