diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-10-25 17:02:42 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-10-25 17:02:42 +0100 |
commit | e771f10dc617d46f9096c90f078621a322eeb757 (patch) | |
tree | e14bd3fbf23db20666dffb7897b5d18306989f6d /tmux.1 | |
parent | 2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12 (diff) | |
parent | fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6 (diff) | |
download | rtmux-e771f10dc617d46f9096c90f078621a322eeb757.tar.gz rtmux-e771f10dc617d46f9096c90f078621a322eeb757.tar.bz2 rtmux-e771f10dc617d46f9096c90f078621a322eeb757.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2837,7 +2837,7 @@ Set status line message command style, where .Ar style is a comma-separated list of characteristics to be specified. .Pp -These may be +The style format is shared by many options and may be: .Ql bg=colour to set the background colour, .Ql fg=colour @@ -2860,8 +2860,13 @@ and so on), to .Ic colour255 from the 256-colour set, -.Ic default , -or a hexadecimal RGB string such as +.Ic default +for the default colour (inherited from another option in the case of some options, for example +.Ic window-status-style +inherits from +.Ic status-style ) , +.Ic terminal +for the terminal default colour, or a hexadecimal RGB string such as .Ql #ffffff . .Pp The attributes is either |