1
1

docs: mention the default value for 'errorcolor'

Этот коммит содержится в:
Benno Schulenberg 2019-06-07 11:24:51 +02:00
родитель c4e04eb682
Коммит f2c61c4b9a
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -764,6 +764,7 @@ Do not use the line below the title bar, leaving it entirely blank.
@item set errorcolor @var{fgcolor},@var{bgcolor} @item set errorcolor @var{fgcolor},@var{bgcolor}
Use this color combination for the status bar when an error message is displayed. Use this color combination for the status bar when an error message is displayed.
The default value is @t{brightwhite,red}.
@xref{@code{set functioncolor}} for valid color names. @xref{@code{set functioncolor}} for valid color names.
@item set fill @var{number} @item set fill @var{number}

Просмотреть файл

@ -115,6 +115,7 @@ Do not use the line below the title bar, leaving it entirely blank.
.TP .TP
.B set errorcolor \fIfgcolor\fR,\fIbgcolor\fR .B set errorcolor \fIfgcolor\fR,\fIbgcolor\fR
Use this color combination for the status bar when an error message is displayed. Use this color combination for the status bar when an error message is displayed.
The default value is \fBbrightwhite,red\fR.
See \fBset titlecolor\fR for valid color names. See \fBset titlecolor\fR for valid color names.
.TP .TP
.B set fill \fInumber\fR .B set fill \fInumber\fR
@ -122,7 +123,7 @@ Set the target width for justifying and automatic hard-wrapping at this
\fInumber\fR of columns. If the value is 0 or less, wrapping will occur \fInumber\fR of columns. If the value is 0 or less, wrapping will occur
at the width of the screen minus \fInumber\fR columns, allowing the wrap at the width of the screen minus \fInumber\fR columns, allowing the wrap
point to vary along with the width of the screen if the screen is resized. point to vary along with the width of the screen if the screen is resized.
The default value is \-8. The default value is \fB\-8\fR.
.TP .TP
.B set functioncolor \fIfgcolor\fR,\fIbgcolor\fR .B set functioncolor \fIfgcolor\fR,\fIbgcolor\fR
Specify the color combination to use for the function descriptions Specify the color combination to use for the function descriptions