Keep all modes except cursor during redraw, GitHub issue 5337 from Ayman

Bagabas.
This commit is contained in:
nicm
2026-07-08 09:23:10 +00:00
parent dac6514147
commit 8e76565c9c

View File

@@ -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);