diff options
author | nicm <nicm> | 2019-03-22 10:45:17 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-22 10:45:17 +0000 |
commit | b4a301f8feef6f2fef99988688b27e2aec898bae (patch) | |
tree | 2dbcd775b138ba04930c0c6d78080cae8a8bf036 | |
parent | 04a1fc9d36d78fed7a67a180cc7feb3551a5b851 (diff) | |
download | rtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.tar.gz rtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.tar.bz2 rtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.zip |
Clarify that styles can be space or comma separated, from Stephen Zapatka.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3899,7 +3899,7 @@ and A style may be the single term .Ql default to specify the default style (which may inherit from another option) or a space -separated list of the following: +or comma separated list of the following: .Bl -tag -width Ds .It Ic fg=colour Set the foreground colour. @@ -4000,7 +4000,7 @@ is a window index. .Pp Examples are: .Bd -literal -offset indent -fg=yellow,bold,underscore,blink +fg=yellow bold underscore blink bg=black,fg=default,noreverse .Ed .Sh NAMES AND TITLES |