diff options
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ input_parse(struct window_pane *wp) ictx->wp = wp; + /* If there is a mode set, don't want to update the screen. */ if (wp->mode == NULL) screen_write_start(&ictx->ctx, wp, &wp->base); else |