mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Change how sync works to always send the end sequence after all output
is done when we are returning to the event loop (since we always move the cursor at that point). Also a man fix from jmc.
This commit is contained in:
@ -458,7 +458,6 @@ screen_redraw_screen(struct client *c)
|
||||
}
|
||||
|
||||
tty_reset(&c->tty);
|
||||
tty_sync_end(&c->tty);
|
||||
}
|
||||
|
||||
/* Redraw a single pane. */
|
||||
@ -476,7 +475,6 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
|
||||
screen_redraw_draw_pane(&ctx, wp);
|
||||
|
||||
tty_reset(&c->tty);
|
||||
tty_sync_end(&c->tty);
|
||||
}
|
||||
|
||||
/* Draw a border cell. */
|
||||
|
Reference in New Issue
Block a user