summaryrefslogtreecommitdiffstats
path: root/cmd-select-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-20 19:35:33 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-20 19:35:33 +0000
commitc6012aaabc1eb10f42f77a1836c6e38faa7e396e (patch)
tree996f6dc27099d8eadcdd1beb50eb0547b08e5695 /cmd-select-pane.c
parentc0862dae458ed6a656069815317cf8d05faaafa3 (diff)
Now that #P could be in the status line, flag it for redraw when the active
pane changes.
Diffstat (limited to 'cmd-select-pane.c')
-rw-r--r--cmd-select-pane.c1
1 files changed, 1 insertions, 0 deletions
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);
}