On Wed, May 8, 2013 at 1:26 AM, Nathan Speed <speedar...@gmail.com> wrote: > Chris - thanks for your help. However, it looks like the server is running > 1.8: > > nspeed@steak local $ tmux -V > tmux 1.8 > nspeed@steak local $ tmux server-info | head -1 > tmux 1.8, pid 21507, started Tue May 7 16:30:21 2013 > nspeed@steak local $ tmux resize-pane -Z > resize-pane: illegal option -- Z > usage: resize-pane [-DLRU] [-t target-pane] [adjustment]
The first two commands certainly seem to indicate a 1.8 client talking to a 1.8 server, but the output from the last command is exactly what I see when I run "tmux resize-pane -Z" where "tmux" is a 1.7 (or earlier) client. This happens no matter what version the server happens to be running because the client is rejecting Z as an unknown option. An odd thing here is that the output for this same "tmux resize-pane -Z" command in your original message shows slightly different output. > nspeed@steak local $ tmux -V > tmux 1.8 > nspeed@steak local $ tmux resize-pane -Z > usage: resize-pane [-DLRU] [-t target-pane] [adjustment] Specifically, there is no "illegal option" line in the output. This can happen if the client passes an option to the server that the server does not recognize (e.g. a 1.8 client sending "resize-pane -Z" to a 1.7 server). Are you sure you do not have some other "tmux" that is complicating the issue? Perhaps an alias, shell function, or an unexpected script or binary lurking in your PATH (maybe also different PATH values in different contexts)? -- Chris ------------------------------------------------------------------------------ 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