diff options
author | nicm <nicm> | 2020-04-12 08:13:41 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-12 08:13:41 +0000 |
commit | 70534cfde68d7f9002a26e8e23d767b05967f31e (patch) | |
tree | 3fd06afd4f0bdf0945478738b07f3fcb3cb978c2 | |
parent | 1c433f135436664e3a369edbc43cb5cd057a8ae4 (diff) | |
download | rtmux-70534cfde68d7f9002a26e8e23d767b05967f31e.tar.gz rtmux-70534cfde68d7f9002a26e8e23d767b05967f31e.tar.bz2 rtmux-70534cfde68d7f9002a26e8e23d767b05967f31e.zip |
Clarify a couple of style options.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |