diff options
author | 2009-07-30 13:31:22 +0000 | |
---|---|---|
committer | 2009-07-30 13:31:22 +0000 | |
commit | e2744785bd142e36cedfdc9b64e974960c7e2ddb (patch) | |
tree | a2616d45009d41bde4382dec43108482562ae438 | |
parent | Simplify the ipgphy(4) attach routine a bit by making use of (diff) | |
download | wireguard-openbsd-e2744785bd142e36cedfdc9b64e974960c7e2ddb.tar.xz wireguard-openbsd-e2744785bd142e36cedfdc9b64e974960c7e2ddb.zip |
new sentence, new line;
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 0d6ca569d79..0b44ce47326 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.50 2009/07/30 07:04:50 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.51 2009/07/30 13:31:22 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1534,7 +1534,8 @@ Key bindings default to emacs. .It Xo Ic mode-mouse .Op Ic on | Ic off .Xc -Mouse state in modes. If on, +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. |