diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-08-08 20:36:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-08-08 20:36:42 +0000 |
commit | 90f8151ffd21f273be62f364ff841f738a10cee0 (patch) | |
tree | bdabbe5f8db16f309a827d3a74bbc15c062eb057 /tmux.1 | |
parent | 92cc3a691499e3c5cc056bb9bf1a543fc09d32aa (diff) | |
download | rtmux-90f8151ffd21f273be62f364ff841f738a10cee0.tar.gz rtmux-90f8151ffd21f273be62f364ff841f738a10cee0.tar.bz2 rtmux-90f8151ffd21f273be62f364ff841f738a10cee0.zip |
Options to set the colours and attributes for status-left/-right. From Thomas
Adam, thanks.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1238,6 +1238,12 @@ By default, UTF-8 in is not interpreted, to enable UTF-8, use the .Ic status-utf8 option. +.It Ic status-left-attr Ar attributes +Set the attribute of the left part of the status line. +.It Ic status-left-fg Ar colour +Set the foreground colour of the left part of the status line. +.It Ic status-left-bg Ar colour +Set the background colour of the left part of the status line. .It Ic status-left-length Ar length Set the maximum .Ar length @@ -1256,6 +1262,12 @@ will be passed to character pairs are replaced, and UTF-8 is dependent on the .Ic status-utf8 option. +.It Ic status-right-attr Ar attributes +Set the attribute of the right part of the status line. +.It Ic status-right-fg Ar colour +Set the foreground colour of the right part of the status line. +.It Ic status-right-bg Ar colour +Set the background colour of the right part of the status line. .It Ic status-right-length Ar length Set the maximum .Ar length |