Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 7e6c2cb23868fbfec11adacdc5da7e670a9b8bdb
https://github.com/tmux/tmux/commit/7e6c2cb23868fbfec11adacdc5da7e670a9b8bdb
Author: nicm <nicm>
Date: 2016-11-24 (Thu, 24 Nov 2016)
Changed paths:
M screen.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Make the selection able to exist independent of the cursor position, so
that it is not affected by scrolling. If MouseDragEnd1Pane is bound to
the new "stop-selection" command:
bind -Tcopy-mode MouseDragEnd1Pane stop-selection
A selection made with the mouse will stay as it is after button 1 is
released. (It also works bound to a key.)
>From Artem Fokin.
Commit: 0d1be2e32838cfb4f4b528fc3f94ef850b47eda7
https://github.com/tmux/tmux/commit/0d1be2e32838cfb4f4b528fc3f94ef850b47eda7
Author: nicm <nicm>
Date: 2016-11-24 (Thu, 24 Nov 2016)
Changed paths:
M key-bindings.c
M server-client.c
Log Message:
-----------
Fix so that we work out the right pane from mouse events - we were doing
so too early, before the mouse event was necessarily valid, so could end
up using the pane from the previous mouse event, or the active pane.
It is important that we use the right pane now that different panes can
have different key tables (for copy mode).
Fixes problem reported by Greg Hurrell.
Commit: 84319aa8f013238ccc1bbd6ea44b9e6be7c58db2
https://github.com/tmux/tmux/commit/84319aa8f013238ccc1bbd6ea44b9e6be7c58db2
Author: nicm <nicm>
Date: 2016-11-24 (Thu, 24 Nov 2016)
Changed paths:
M server-client.c
Log Message:
-----------
If in the middle of a drag, don't use an invalid key, just use
KEYC_MOUSE as a placeholder. Reported by Artem Fokin.
Commit: a02d95a313e0a289a46c2b77eb59d6c6d1488012
https://github.com/tmux/tmux/commit/a02d95a313e0a289a46c2b77eb59d6c6d1488012
Author: Thomas Adam <[email protected]>
Date: 2016-11-24 (Thu, 24 Nov 2016)
Changed paths:
M key-bindings.c
M screen.c
M server-client.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/8a8001350db3...a02d95a313e0
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.