From 7e4f8b45b64b0cbe889c5846806038c4c45c36e8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 3 Jan 2010 12:51:05 +0000 Subject: Options to set the colour of the pane borders, with different colours for the active pane. --- cmd-select-pane.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-select-pane.c') diff --git a/cmd-select-pane.c b/cmd-select-pane.c index 890cebc6..956ed912 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -53,6 +53,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_ctx *ctx) } window_set_active_pane(wl->window, wp); server_status_window(wl->window); + server_redraw_window_borders(wl->window); return (0); } -- cgit