summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index 70596284..c2afc6d2 100644
--- a/window.c
+++ b/window.c
@@ -574,7 +574,7 @@ window_pane_spawn(struct window_pane *wp, const char *cmd, const char *shell,
environ_push(env);
- clear_signals();
+ clear_signals(1);
log_close();
if (*wp->cmd != '\0') {