summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-07-30 18:01:26 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-07-30 18:01:26 +0000
commitcc5bcbfb593db8a1a4dda0eba51f059b85a6abec (patch)
treec92dc7669a8c7e9ebe710888b8a5a6c79b9ee264 /tmux.1
parentbe179f6d7eec39c63d6b8d7aa90a2acefe4e7e04 (diff)
Extend the mode-mouse option to add a third choice which means the mouse
does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index c6863839..697b1e94 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2358,12 +2358,17 @@ contains
.Ql vi .
.Pp
.It Xo Ic mode-mouse
-.Op Ic on | off
+.Op Ic on | off | copy-mode
.Xc
Mouse state in modes.
If on, the mouse may be used to enter copy mode and copy a selection by
dragging, to enter copy mode and scroll with the mouse wheel, or to select an
option in choice mode.
+If set to
+.Em
+copy-mode ,
+the mouse behaves as set to on, but cannot be used to enter copy
+mode.
.Pp
.It Xo Ic monitor-activity
.Op Ic on | off