summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2018-10-25 15:13:38 +0000
committernicm <nicm>2018-10-25 15:13:38 +0000
commitfc41bf46acaccb3da8d0588b7e1bbcfebc6442f6 (patch)
tree35eb7a9295fd36e29661b20a506551565ced9d16 /tmux.1
parent9feb35b7c4007966bf19cdb57b904e373da2d247 (diff)
Add a "terminal" colour which can be used instead of "default" in style
options for the terminal default colour, bypassing any inheritance from other options. Prompted by a discussion with abieber@.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 8 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 76074f97..eb1c6807 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2750,7 +2750,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
@@ -2773,8 +2773,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