mirror of
https://github.com/tmux/tmux.git
synced 2025-09-09 15:35:00 +00:00
Options to set the colour of the pane borders, with different colours for the
active pane.
This commit is contained in:
@ -54,6 +54,7 @@ cmd_up_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
w->active = TAILQ_LAST(&w->panes, window_panes);
|
||||
} while (!window_pane_visible(w->active));
|
||||
server_status_window(wl->window);
|
||||
server_redraw_window_borders(wl->window);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user