diff options
author | nicm <nicm> | 2016-03-18 07:28:27 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-03-18 07:28:27 +0000 |
commit | fa97b0a95b804fec86b03d35d16c270d2866ebd6 (patch) | |
tree | 9502ac3e0816167e912a8ad19fe826c7af15897e /tmux.1 | |
parent | 0d6de44a37755f0e5046c04e19e4506a6d59e750 (diff) | |
download | rtmux-fa97b0a95b804fec86b03d35d16c270d2866ebd6.tar.gz rtmux-fa97b0a95b804fec86b03d35d16c270d2866ebd6.tar.bz2 rtmux-fa97b0a95b804fec86b03d35d16c270d2866ebd6.zip |
Instead of reusing MouseUp at the finish of a drag, add a new key
MouseDragEnd. It can be useful to bind them separately in copy mode.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3294,10 +3294,10 @@ for a pane border or for the status line). The following mouse events are available: .Bl -column "MouseDown1" "MouseDrag1" "WheelDown" -offset indent -.It Li "MouseDown1" Ta "MouseUp1" Ta "MouseDrag1" -.It Li "MouseDown2" Ta "MouseUp2" Ta "MouseDrag2" -.It Li "MouseDown3" Ta "MouseUp3" Ta "MouseDrag3" -.It Li "WheelUp" Ta "WheelDown" Ta "" +.It Li "MouseDown1" Ta "MouseUp1" Ta "MouseDrag1" Ta "MouseDragEnd1" +.It Li "MouseDown2" Ta "MouseUp2" Ta "MouseDrag2" Ta "MouseDragEnd2" +.It Li "MouseDown3" Ta "MouseUp3" Ta "MouseDrag3" Ta "MouseDragEnd3" +.It Li "WheelUp" Ta "WheelDown" Ta "" Ta "" .El .Pp Each should be suffixed with a location, for example |