Unzoom on last-pane and fix a typo, from Romain Francoise.

This commit is contained in:
Nicholas Marriott
2013-03-05 18:00:14 +00:00
parent f8c86a9515
commit d05debbe19
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_q *cmdq)
return (CMD_RETURN_ERROR);
}
server_unzoom_window(wl->window);
window_set_active_pane(wl->window, wl->window->last);
server_status_window(wl->window);
server_redraw_window_borders(wl->window);