Now that #P could be in the status line, flag it for redraw when the active

pane changes.
This commit is contained in:
Nicholas Marriott
2009-07-20 19:35:33 +00:00
parent c0862dae45
commit c6012aaabc
3 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ cmd_down_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
if (w->active == NULL)
w->active = TAILQ_FIRST(&w->panes);
} while (!window_pane_visible(w->active));
server_status_window(wl->window);
return (0);
}