diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-30 20:32:05 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-30 20:32:05 +0000 |
commit | ec3dba01b2cebd4181f9c66683518c3c7b2a5079 (patch) | |
tree | e6a0cd99ea700626515931db337ccade2661b2c4 /tmux.1 | |
parent | 8ce1f0b0477c456534ff4e3204afbfe18a69d905 (diff) | |
download | rtmux-ec3dba01b2cebd4181f9c66683518c3c7b2a5079.tar.gz rtmux-ec3dba01b2cebd4181f9c66683518c3c7b2a5079.tar.bz2 rtmux-ec3dba01b2cebd4181f9c66683518c3c7b2a5079.zip |
Sync OpenBSD patchset 198:
Add a mode-mouse option to prevent tmux taking over the mouse in choice or
copy modes.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.135 2009-07-28 23:19:06 tcunha Exp $ +.\" $Id: tmux.1,v 1.136 2009-07-30 20:32:05 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1529,9 +1529,15 @@ Set window modes foreground colour. .It Xo Ic mode-keys .Op Ic vi | Ic emacs .Xc -Use vi or emacs-style -key bindings in scroll and copy modes. +Use vi or emacs-style key bindings in scroll, copy and choice modes. Key bindings default to emacs. +.It Xo Ic mode-mouse +.Op Ic on | Ic 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. .It Xo Ic monitor-activity .Op Ic on | Ic off .Xc |