diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-08-04 17:05:35 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-08-04 17:05:35 +0000 |
commit | 3ce1b91b1be4f1e2815619dbf3db7448916d7f49 (patch) | |
tree | dce4fe1a7e90ea99dc2d6aeaa08598c4da935cde /tmux.1 | |
parent | 2589d117b0b48baefcb39ed3403481eaa24877e8 (diff) | |
download | rtmux-3ce1b91b1be4f1e2815619dbf3db7448916d7f49.tar.gz rtmux-3ce1b91b1be4f1e2815619dbf3db7448916d7f49.tar.bz2 rtmux-3ce1b91b1be4f1e2815619dbf3db7448916d7f49.zip |
Sync OpenBSD patchset 941:
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.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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: July 25 2011 $ +.Dd $Mdocdate: July 30 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -2362,12 +2362,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 |