diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:23:44 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:23:44 +0000 |
commit | f62d3d22bb542e262ee961e5f3e2db33b963b4db (patch) | |
tree | d1f2fb87c3655247b1811ebcb9b1ab23dd6a594e /tmux.1 | |
parent | 67dc249d0ee890e6f1c1b9d6cec1f15d1a3e373c (diff) | |
download | rtmux-f62d3d22bb542e262ee961e5f3e2db33b963b4db.tar.gz rtmux-f62d3d22bb542e262ee961e5f3e2db33b963b4db.tar.bz2 rtmux-f62d3d22bb542e262ee961e5f3e2db33b963b4db.zip |
Sync OpenBSD patchset 710:
When the mode-mouse option is on, support dragging to make a selection
in copy mode.
Also support the scroll wheel, although xterm strangely does not ignore
it in application mouse mode, causing redraw artifacts when scrolling up
(other terminals appear to be better behaved).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.254 2010-06-06 00:21:36 tcunha Exp $ +.\" $Id: tmux.1,v 1.255 2010-06-06 00:23:44 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: May 30 2010 $ +.Dd $Mdocdate: May 31 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -2078,10 +2078,8 @@ Key bindings default to emacs. .Op Ic on | off .Xc Mouse state in modes. -If on, -.Nm -will respond to mouse clicks by moving the cursor in copy mode or selecting an -option in choice mode. +If on, the mouse may be used to copy a selection by dragging in copy mode, or +to select an option in choice mode. .Pp .It Xo Ic monitor-activity .Op Ic on | off |