mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
Also redraw panes which aren't pane 0. Problem reported by tb@.
This commit is contained in:
parent
b846ec2665
commit
86862c976a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user