docs: mention that a foreground color can be bright
Also replace some backslashed spaces because they hinder the justification of the man page.master
parent
ea1afac9db
commit
af0f81f71d
|
@ -248,8 +248,9 @@ Save automatically on exit, don't prompt.
|
||||||
.TP
|
.TP
|
||||||
.B set titlecolor \fIfgcolor\fR,\fIbgcolor\fR
|
.B set titlecolor \fIfgcolor\fR,\fIbgcolor\fR
|
||||||
Specify the color combination to use for the titlebar.
|
Specify the color combination to use for the titlebar.
|
||||||
Valid color names for foreground and background are:
|
Valid names for the foreground and background colors are:
|
||||||
.BR white , \ black , \ red , \ blue , \ green , \ yellow , \ magenta ", and " cyan .
|
.BR white ", " black ", " blue ", " green ", " red ", " cyan ", " yellow ", and " magenta .
|
||||||
|
The name of the foreground color may be prefixed with \fBbright\fR.
|
||||||
And either "\fIfgcolor\fR" or ",\fIbgcolor\fR" may be left out.
|
And either "\fIfgcolor\fR" or ",\fIbgcolor\fR" may be left out.
|
||||||
.TP
|
.TP
|
||||||
.B set unix
|
.B set unix
|
||||||
|
|
|
@ -841,7 +841,8 @@ Save automatically on exit, don't prompt.
|
||||||
@item set titlecolor @var{fgcolor},@var{bgcolor}
|
@item set titlecolor @var{fgcolor},@var{bgcolor}
|
||||||
Specify the color combination to use for the titlebar.
|
Specify the color combination to use for the titlebar.
|
||||||
Valid color names for foreground and background are:
|
Valid color names for foreground and background are:
|
||||||
white, black, red, blue, green, yellow, magenta, and cyan.
|
white, black, blue, green, red, cyan, yellow, and magenta.
|
||||||
|
The name of the foreground color may be prefixed with 'bright'.
|
||||||
And either @var{fgcolor} or @var{,bgcolor} may be left out.
|
And either @var{fgcolor} or @var{,bgcolor} may be left out.
|
||||||
|
|
||||||
@item set unix
|
@item set unix
|
||||||
|
|
Loading…
Reference in New Issue