aboutsummaryrefslogtreecommitdiff
path: root/cmd-down-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-03 12:51:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-03 12:51:05 +0000
commit7e4f8b45b64b0cbe889c5846806038c4c45c36e8 (patch)
treec7c25f6c65f3dac1a9b40fe5e4e8cf8f23bdb6e0 /cmd-down-pane.c
parent121ba57b55adc9aff5b131cfac310ac41c0491ba (diff)
downloadrtmux-7e4f8b45b64b0cbe889c5846806038c4c45c36e8.tar.gz
rtmux-7e4f8b45b64b0cbe889c5846806038c4c45c36e8.tar.bz2
rtmux-7e4f8b45b64b0cbe889c5846806038c4c45c36e8.zip
Options to set the colour of the pane borders, with different colours for the
active pane.
Diffstat (limited to 'cmd-down-pane.c')
-rw-r--r--cmd-down-pane.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-down-pane.c b/cmd-down-pane.c
index a0f771eb..a065a6e9 100644
--- a/cmd-down-pane.c
+++ b/cmd-down-pane.c
@@ -54,6 +54,7 @@ cmd_down_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
w->active = TAILQ_FIRST(&w->panes);
} while (!window_pane_visible(w->active));
server_status_window(wl->window);
+ server_redraw_window_borders(wl->window);
return (0);
}