mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -1739,6 +1739,7 @@ server_client_check_redraw(struct client *c)
|
||||
*/
|
||||
TAILQ_FOREACH(wp, &c->session->curw->window->panes, entry) {
|
||||
if (wp->flags & PANE_REDRAW) {
|
||||
log_debug("%s: redrawing pane %%%u", __func__, wp->id);
|
||||
tty_update_mode(tty, tty->mode, NULL);
|
||||
screen_redraw_pane(c, wp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user