diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-11-10 21:40:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-11-10 21:40:17 +0000 |
commit | 21128fea1e29d9a7c494cc9615bbd2bba1bae71b (patch) | |
tree | 33cfd4aac32017a94ad0797e8e75b214e45159eb /tmux.1 | |
parent | 693c106a1da256fc57dd4853f1fc01ec319aefb9 (diff) | |
download | rtmux-21128fea1e29d9a7c494cc9615bbd2bba1bae71b.tar.gz rtmux-21128fea1e29d9a7c494cc9615bbd2bba1bae71b.tar.bz2 rtmux-21128fea1e29d9a7c494cc9615bbd2bba1bae71b.zip |
Sync OpenBSD patchset 976:
Option to change status line (message) background when using vi keys and
in command mode. From Ben Boeckel.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 7 insertions, 1 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: October 27 2011 $ +.Dd $Mdocdate: November 5 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -1971,6 +1971,12 @@ from the 256-colour set, or a hexadecimal RGB string such as .Ql #ffffff , which chooses the closest match from the default 256-colour set. +.It Ic message-command-attr Ar attributes +Set status line message attributes when in command mode. +.It Ic message-command-bg Ar colour +Set status line message background colour when in command mode. +.It Ic message-command-fg Ar colour +Set status line message foreground colour when in command mode. .It Ic message-fg Ar colour Set status line message foreground colour. .It Ic message-limit Ar number |