Hi there ...

there is a bug when resizing panes using the mouse.
It exists since 2.3 and is still in 2.5rc.

Start tmux (without a config file) like this:

$ ./tmux new-session \; \
 set-option mouse on \; \
 split-window -h \; \
 split-window -v \; \
 split-window -v -f

You'll see a layout like this:

+--------------------+--------------------+
|$                   |$        1          |
|                    |                    |
|          0         +--------------------+
|                    |$        2          |
|                    |                    |
+--------------------+--------------------+
|$                                        |
|                                         |
|                    3                    |
|                                         |
|                                         |
+-----------------------------------------+

Now try to resize by dragging the border
between the panes 2 and 3:

Dragging the border between 2 and 3 at least
two lines up (or down) will first move the
border between 1 and 2 up (or down) one line
and then put the pane 2 (or 3) into copy mode.

I can trigger it running tmux inside xterm on
Gentoo Linux with TERM=xterm or xterm-256color.

In case you cannot reproduce it, I'll happily
send the generated tmux-server-*.log .

Thomas

--
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to