mirror of
https://github.com/tmux/tmux.git
synced 2025-09-25 20:48:33 +00:00
Original changes.
This commit is contained in:
@@ -219,6 +219,7 @@ 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