summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-04-25 20:33:42 +0000
committerTiago Cunha <tcunha@gmx.com>2011-04-25 20:33:42 +0000
commit215ee46106bd8d5324cab659d74abeeee1127224 (patch)
treea5adf1cb2a31c2438b5a044f7bc0e81c76916fa5 /tmux.1
parentd5150484d1ff6be13e4c4c5c399d44b0054755fa (diff)
Sync OpenBSD patchset 896:
When mode-mouse is on (it is off by default), automatically enter copy mode when the mouse is dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel is scrolled off the bottom. Discussed with and written by hsim at gmx dot li.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index e5f2af56..e353beb4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.308 2011-04-18 21:07:58 nicm Exp $
+.\" $Id: tmux.1,v 1.309 2011-04-25 20:33:42 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 18 2011 $
+.Dd $Mdocdate: April 19 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -2314,8 +2314,9 @@ contains
.Op Ic on | off
.Xc
Mouse state in modes.
-If on, the mouse may be used to copy a selection by dragging in copy mode, or
-to select an option in choice mode.
+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.
.Pp
.It Xo Ic monitor-activity
.Op Ic on | off