Merge branch 'master' into floating_panes

This commit is contained in:
Dane Jensen
2026-06-17 14:32:01 -07:00
7 changed files with 160 additions and 123 deletions

View File

@@ -151,10 +151,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);