diff options
author | nicm <nicm> | 2022-09-09 11:02:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-09-09 11:02:23 +0000 |
commit | f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3 (patch) | |
tree | 061aac267ccd51ff1ed628279bd672ba4e105dcc /tmux.1 | |
parent | 68dc9af9ac1a8ea332c82fd510b01c46602fa03a (diff) | |
download | rtmux-f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3.tar.gz rtmux-f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3.tar.bz2 rtmux-f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3.zip |
Add message-line option to control where message and prompt go, from
Varun Kumar E in GitHub issue 3324.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3873,6 +3873,10 @@ For how to specify see the .Sx STYLES section. +.It Xo Ic message-line +.Op Ic 0 | 1 | 2 | 3 | 4 +.Xc +Set line on which status line messages and the command prompt are shown. .It Ic message-style Ar style Set status line message style. This is used for messages and for the command prompt. |