Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-17 14:30:05 +01:00
3 changed files with 64 additions and 112 deletions

View File

@@ -148,10 +148,10 @@ screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
if (wp->flags & (PANE_REDRAW|PANE_DROP))
return (-1);
if (c->flags & CLIENT_REDRAWPANES) {
if (c->flags & CLIENT_REDRAWWINDOW) {
/*
* Redraw is already deferred to redraw another pane - redraw
* this one also when that happens.
* Redraw is already deferred to redraw the window - redraw this
* one also when that happens.
*/
log_debug("%s: adding %%%u to deferred redraw", __func__,
wp->id);