aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-31 16:01:29 +0100
committerThomas Adam <thomas@xteddy.org>2020-03-31 16:01:29 +0100
commit0bb1a50b88ac319e8f499fa95500f373123594d1 (patch)
tree9bdfc55ff0de5af7c4deac50dcfdfafc3f60091b /tmux.1
parentc9cd8f9b5dd030790b097263e7bf1674efabeb72 (diff)
parent2a4714e76b3a85b3391b05413f36623bcb1493f9 (diff)
downloadrtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.tar.gz
rtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.tar.bz2
rtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index bda0780b..b5129491 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3982,10 +3982,19 @@ The following mouse events are available:
.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 "SecondClick1" Ta "SecondClick2" Ta "SecondClick3"
.It Li "DoubleClick1" Ta "DoubleClick2" Ta "DoubleClick3"
.It Li "TripleClick1" Ta "TripleClick2" Ta "TripleClick3"
.El
.Pp
+The
+.Ql SecondClick
+events are fired for the second click of a double click, even if there may be a
+third click which will fire
+.Ql TripleClick
+instead of
+.Ql DoubleClick .
+.Pp
Each should be suffixed with a location, for example
.Ql MouseDown1Status .
.Pp
@@ -4414,6 +4423,7 @@ The following variables are available, where appropriate:
.It Li "session_last_attached" Ta "" Ta "Time session last attached"
.It Li "session_many_attached" Ta "" Ta "1 if multiple clients attached"
.It Li "session_name" Ta "#S" Ta "Name of session"
+.It Li "session_path" Ta "" Ta "Working directory of session"
.It Li "session_stack" Ta "" Ta "Window indexes in most recent order"
.It Li "session_windows" Ta "" Ta "Number of windows in session"
.It Li "socket_path" Ta "" Ta "Server socket path"