mirror of
https://github.com/tmux/tmux.git
synced 2025-09-29 06:28:35 +00:00
Redraw only scrollbars not entire pane.
This commit is contained in:
@@ -219,7 +219,6 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
free(title);
|
||||
return (CMD_RETURN_NORMAL);
|
||||
}
|
||||
wp->flags |= PANE_REDRAWSCROLLBAR;
|
||||
|
||||
if (c != NULL && c->session != NULL && (c->flags & CLIENT_ACTIVEPANE))
|
||||
activewp = server_client_get_pane(c);
|
||||
|
Reference in New Issue
Block a user