join-pane takes a pane target so it tries the target as a pane index
first, so in the -t0 case you are asking it to join with pane 0 in the
current window which is not possible.

The -t1 case works because there is no pane 1 so it moves on to try
windows.

You need to qualify the target to make it clear you want window 0 not
pane 0 - use -t:0.


On Thu, Dec 23, 2010 at 02:46:09PM -0500, Allan Wind wrote:
> If I create two windows 0 and 1, and then from window 1 try to 
> join-pane -t0 I get an error "Can't join to own window".  Is this 
> expected behavior?  It works fine if I am in window 0 and do 
> join-pane -t1.
> 
> 
> /Allan
> -- 
> Allan Wind
> Life Integrity, LLC
> <http://lifeintegrity.com>
> 
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and, 
> should the need arise, upgrade to a full multi-node Oracle RAC database 
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to