aboutsummaryrefslogtreecommitdiff
path: root/cmd-respawn-window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-12 12:02:42 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-12 12:02:42 +0000
commit3ec05e940505f1d0b4e55413f949fdfaceddedde (patch)
tree843d754e76bb7386f39cb5743ab8de859e880ddd /cmd-respawn-window.c
parentf8a30e158821876e8c30d46ab2728bce739e35de (diff)
parent3f6bfbaf2babcc7f08f628a82ff31b0b52014e58 (diff)
downloadrtmux-3ec05e940505f1d0b4e55413f949fdfaceddedde.tar.gz
rtmux-3ec05e940505f1d0b4e55413f949fdfaceddedde.tar.bz2
rtmux-3ec05e940505f1d0b4e55413f949fdfaceddedde.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-respawn-window.c')
-rw-r--r--cmd-respawn-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-respawn-window.c b/cmd-respawn-window.c
index a1e26117..68791990 100644
--- a/cmd-respawn-window.c
+++ b/cmd-respawn-window.c
@@ -99,7 +99,7 @@ cmd_respawn_window_exec(struct cmd *self, struct cmdq_item *item)
free(cwd);
layout_init(w, wp);
- window_pane_reset_mode(wp);
+ window_pane_reset_mode_all(wp);
screen_reinit(&wp->base);
input_init(wp);
window_set_active_pane(w, wp);