From c6012aaabc1eb10f42f77a1836c6e38faa7e396e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 20 Jul 2009 19:35:33 +0000 Subject: Now that #P could be in the status line, flag it for redraw when the active pane changes. --- 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 6a9dec42..39b89cac 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -63,6 +63,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_ctx *ctx) return (-1); } window_set_active_pane(wl->window, wp); + server_status_window(wl->window); return (0); } -- cgit