diff options
author | 2020-04-12 08:13:41 +0000 | |
---|---|---|
committer | 2020-04-12 08:13:41 +0000 | |
commit | 7c8f19bb4da78f1014a8a8d54d2fafa877b67c34 (patch) | |
tree | 6fc817729dd535d424857dce3c2a5a0acd951489 /usr.bin/tmux/tmux.1 | |
parent | Mention tail queue in comments. (diff) | |
download | wireguard-openbsd-7c8f19bb4da78f1014a8a8d54d2fafa877b67c34.tar.xz wireguard-openbsd-7c8f19bb4da78f1014a8a8d54d2fafa877b67c34.zip |
Clarify a couple of style options.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 714885f8771..a972f307e16 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.736 2020/04/10 20:53:54 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.737 2020/04/12 08:13:41 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 10 2020 $ +.Dd $Mdocdate: April 12 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -3318,6 +3318,9 @@ with .Fl np . .It Ic message-command-style Ar style Set status line message command style. +This is used for the command prompt with +.Xr vi 1 +keys when in command mode. For how to specify .Ar style , see the @@ -3325,6 +3328,7 @@ see the section. .It Ic message-style Ar style Set status line message style. +This is used for messages and for the command prompt. For how to specify .Ar style , see the |