Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: dd0c8147795c518de443c33895c614e52b42677f
https://github.com/tmux/tmux/commit/dd0c8147795c518de443c33895c614e52b42677f
Author: nicm <nicm>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M format.c
M input-keys.c
M input.c
M key-string.c
M server-client.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Implement "all event" (1003) mouse mode but in a way that works. The
main issue is that if we have two panes, A with 1002 and B with 1003, we
need to set 1003 outside tmux in order to get all the mouse events, but
then we need to suppress the ones that pane A doesn't want. This is easy
in SGR mouse mode, because buttons == 3 is only used for movement events
(for other events the trailing m/M marks a release instead), but in
normal mouse mode we can't tell so easily. So for that, look at the
previous event instead - if it is drag+release as well, then the current
event is a movement event.
Commit: 9b1f620aa017bb3634b3806e959580cde75ec655
https://github.com/tmux/tmux/commit/9b1f620aa017bb3634b3806e959580cde75ec655
Author: Thomas Adam <[email protected]>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M format.c
M input-keys.c
M input.c
M key-string.c
M server-client.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/9b9a5a292d65...9b1f620aa017
--
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.