summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-08-04 12:01:18 +0100
committerThomas Adam <thomas@xteddy.org>2020-08-04 12:01:18 +0100
commit8d7e127b170fcb03a7efc9fac8334a9f9be39b45 (patch)
treed60bf8b0b12a3facdb02fd31dfbb8023df068d70 /proc.c
parent98aa8350790df5057579f8e9cf91325503f416f9 (diff)
parent82c65e3f3705c2922e88049f9336333781a26e55 (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 ebc39386..9291344b 100644
--- a/proc.c
+++ b/proc.c
@@ -239,6 +239,7 @@ proc_set_signals(struct tmuxproc *tp, void (*signalcb)(int))
sigaction(SIGTSTP, &sa, NULL);
sigaction(SIGTTIN, &sa, NULL);
sigaction(SIGTTOU, &sa, NULL);
+ sigaction(SIGQUIT, &sa, NULL);
signal_set(&tp->ev_sigint, SIGINT, proc_signal_cb, tp);
signal_add(&tp->ev_sigint, NULL);