Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-18 08:01:37 +01:00
4 changed files with 18 additions and 5 deletions

View File

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