Compact a small table into text.

This commit is contained in:
nicm 2016-04-29 15:58:52 +00:00
parent 0509be0740
commit eb8e76d433

17
tmux.1
View File

@ -2774,19 +2774,18 @@ will be passed through
and formats (see and formats (see
.Sx FORMATS ) .Sx FORMATS )
will be expanded. will be expanded.
It may also contain any of the following special character sequences:
.Bl -column "Character pair" "Replaced with" -offset indent It may also contain the a special character sequence #[] to change the colour
.It Sy "Character pair" Ta Sy "Replaced with" or attributes, for example
.It Li "#[attributes]" Ta "Colour or attribute change" .Ql #[fg=red,bright]
.It Li "##" Ta "A literal" Ql # to set a bright red foreground.
.El See the
.Ic message-command-style
option for a description of colours and attributes.
.Pp .Pp
For details on how the names and titles can be set see the For details on how the names and titles can be set see the
.Sx "NAMES AND TITLES" .Sx "NAMES AND TITLES"
section. section.
For a list of allowed attributes see the
.Ic message-command-style
option.
.Pp .Pp
Examples are: Examples are:
.Bd -literal -offset indent .Bd -literal -offset indent