As far as I know tmux 1.8 was the version which added support for
`resize-pane -Z`:

>From the changelog:
http://sourceforge.net/projects/tmux/files/tmux/tmux-1.8/

* resize-pane learnt '-Z' for zooming a pane temporarily

You might probably want to compile tmux 1.8 yourself to see if the homebrew
maintainers might have made some mistake with the versions.

-Ashwin


On Tue, May 7, 2013 at 3:38 PM, Nathan Speed <speedar...@gmail.com> wrote:

> Hi,
>
> I'm having a really strange problem that I wonder if anybody else has run
> into. I upgraded to 1.8 in order to get the new `resize-pane -Z`
> functionality, but it doesn't appear to be there at all:
>
> nspeed@steak local $ tmux -V
> tmux 1.8
> nspeed@steak local $ tmux resize-pane -Z
> usage: resize-pane [-DLRU] [-t target-pane] [adjustment]
> nspeed@steak local $
>
> `man tmux` correctly shows:
>
> resize-pane [-DLRUZ] [-t target-pane] [-x width] [-y height] [adjustment]
>                    (alias: resizep)
>              Resize a pane, up, down, left or right by adjustment with -U,
> -D, -L or -R, or to an absolute size with -x or -y.  The adjustment is
> given in lines or cells (the default is 1).
>
>              With -Z, the active pane is toggled between zoomed (occupying
> the whole of the window) and unzoomed (its normal position in the layout).
>
> There are other 1.8 features I don't seem to have either, such as
> "show-options -q":
>
> nspeed@steak local $ tmux -V && tmux show-options -q
> tmux 1.8
> usage: show-options [-gsw] [-t target-session|target-window] [option]
> nspeed@steak local $
>
> But other new 1.8 features such as 'wait-for' are there:
> nspeed@steak local [master +0 ~0 -0 !]$ tmux -V && tmux wait-for
> tmux 1.8
> usage: wait-for [-LSU] channel
> nspeed@steak local [master +0 ~0 -0 !]$
>
> Any ideas? I installed with homebrew on OS X mountain lion.
>
> Thanks,
> Nathan Speed
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to