diff options
Diffstat (limited to 'cmd-respawn-pane.c')
-rw-r--r-- | cmd-respawn-pane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-respawn-pane.c b/cmd-respawn-pane.c index 3d78c495..eb4a7e09 100644 --- a/cmd-respawn-pane.c +++ b/cmd-respawn-pane.c @@ -67,7 +67,7 @@ cmd_respawn_pane_exec(struct cmd *self, struct cmdq_item *item) return (CMD_RETURN_ERROR); } - window_pane_reset_mode(wp); + window_pane_reset_mode_all(wp); screen_reinit(&wp->base); input_init(wp); |