diff options
Diffstat (limited to 'cmd-up-pane.c')
-rw-r--r-- | cmd-up-pane.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-up-pane.c b/cmd-up-pane.c index 8b262c60..c2d063d0 100644 --- a/cmd-up-pane.c +++ b/cmd-up-pane.c @@ -55,6 +55,7 @@ cmd_up_pane_exec(struct cmd *self, struct cmd_ctx *ctx) if (w->active == NULL) w->active = TAILQ_LAST(&w->panes, window_panes); } while (!window_pane_visible(w->active)); + server_status_window(wl->window); return (0); } |