Hi,

there seems to be a bug in the move-window command when using the -r option.

Let's assume I have a session "0" with two windows and a session "1" with one
window. In of the windows from session 0 I run the command:

  tmux move-window -t 1:

which correctly moves the window to session 1. The same works the other way
around to move it back to session 0. However, if I run it like this:

  tmux move-window -r -t 1:

then it doesn't work -- it doesn't do anything, the window remains in session
0, no error message is printed and no non-zero exit code is returned. So there
must be something going wrong with the command.

This is with the most recent Git version, commit 7536d69.

-Jan


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to