Do not clear client pane redraw flags until the redraw actually happens.

This commit is contained in:
nicm
2020-04-21 06:32:40 +00:00
parent 1cabccbb2b
commit d0b8f5340e

1
tty.c
View File

@@ -1491,6 +1491,7 @@ tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *),
* Redraw is already deferred to redraw another pane - * Redraw is already deferred to redraw another pane -
* redraw this one also when that happens. * redraw this one also when that happens.
*/ */
log_debug("adding %%%u to deferred redraw", wp->id);
wp->flags |= PANE_REDRAW; wp->flags |= PANE_REDRAW;
break; break;
} }