diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-05 18:00:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-05 18:00:14 +0000 |
commit | d05debbe198699a84ddeaacfa4d5bf57e6afaac8 (patch) | |
tree | 45c29212300d78462369054be1247a0e3afbef93 | |
parent | f8c86a9515ae863fcbc38769544be983ce494a3c (diff) | |
download | rtmux-d05debbe198699a84ddeaacfa4d5bf57e6afaac8.tar.gz rtmux-d05debbe198699a84ddeaacfa4d5bf57e6afaac8.tar.bz2 rtmux-d05debbe198699a84ddeaacfa4d5bf57e6afaac8.zip |
Unzoom on last-pane and fix a typo, from Romain Francoise.
-rw-r--r-- | cmd-select-pane.c | 1 | ||||
-rw-r--r-- | tmux.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cmd-select-pane.c b/cmd-select-pane.c index d24d7b3d..b8a12671 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -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); @@ -1619,7 +1619,7 @@ is given in lines or cells (the default is 1). .Pp With .Fl Z , -the active pane is toggled between occupying the whole of the window and it's +the active pane is toggled between occupying the whole of the window and its normal position in the layout. .It Xo Ic respawn-pane .Op Fl k |