Applied, thanks.


On Tue, Mar 05, 2013 at 06:55:59PM +0100, Romain Francoise wrote:
> I was testing the new zoom feature and found that last-pane doesn't unzoom
> the window although it's a frequently used command that would seem a
> natural fit for unzooming.
> 
> Also, fix a typo in the description.
> 
> Thanks,
> 
> diff --git a/cmd-select-pane.c b/cmd-select-pane.c
> index d24d7b3..b8a1267 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);
> diff --git a/tmux.1 b/tmux.1
> index a65ce22..1a9c058 100644
> --- a/tmux.1
> +++ b/tmux.1
> @@ -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

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to