mirror of
https://github.com/tmux/tmux.git
synced 2026-07-22 00:41:19 +00:00
Keep all modes except cursor during redraw, GitHub issue 5337 from Ayman
Bagabas.
This commit is contained in:
@@ -1667,7 +1667,7 @@ redraw_draw(struct client *c, struct window_pane *wp, int flags)
|
||||
}
|
||||
}
|
||||
tty_sync_start(tty);
|
||||
tty_update_mode(tty, 0, NULL);
|
||||
tty_update_mode(tty, tty->mode & ~CURSOR_MODES, NULL);
|
||||
|
||||
if (wp != NULL)
|
||||
redraw_draw_pane_lines(&dctx, wp, flags);
|
||||
|
||||
Reference in New Issue
Block a user