version: 2.5
platform: Darwin i386
Desc: When attempting to join-pane any other pane to first window, such as join-pane -s 1 -t 0 tmux fails with message "can't join a pane to its own window". This works fine for any other window(3 to 2, 2 to 3, etc) but not for 1 to 0 or 2 to 0.
terminal: iTerm(beta)
$TERM: screen-256color
(P.S. I tried to take a crack at it, but my experience working with C is pretty much non-existent.)
A plain 0 for target-pane will look for pane 0 not window 0, use :0 if you want window 0.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
A plain 0 for target-pane will look for pane 0 not window 0, use :0 if you want window 0.