Also redraw panes which aren't pane 0. Problem reported by tb@.

This commit is contained in:
nicm 2020-04-20 09:07:55 +00:00
parent b846ec2665
commit 86862c976a

View File

@ -1767,6 +1767,7 @@ server_client_check_redraw(struct client *c)
redraw = 1;
else if (c->flags & CLIENT_REDRAWPANES)
redraw = !!(c->redraw_panes & (1 << bit));
bit++;
if (!redraw)
continue;
log_debug("%s: redrawing pane %%%u", __func__, wp->id);