nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b8daf1fb0be968225ed38a56b4f3b3624207aad5
parent fe5f05f037ce0f4c2431b319e86cb080c3cc4658
Author: Hussam al-Homsi <sawuare@gmail.com>
Date:   Sun, 12 Sep 2021 13:55:17 -0400

docs: correct the default value of the errorcolor option

It should be "bold,white,red" instead of "brightwhite,red"
because "bright" is deprecated and not documented.

Signed-off-by: Hussam al-Homsi <sawuare@gmail.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>

Diffstat:
Mdoc/nano.texi | 2+-
Mdoc/nanorc.5 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -859,7 +859,7 @@ Do not use the line below the title bar, leaving it entirely blank. @item set errorcolor [bold,][italic,]@var{fgcolor},@var{bgcolor} Use this color combination for the status bar when an error message is displayed. -The default value is @t{brightwhite,red}. +The default value is @t{bold,white,red}. @xref{@code{set functioncolor}} for valid color names. @item set fill @var{number} diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -127,7 +127,7 @@ Do not use the line below the title bar, leaving it entirely blank. .TP .B set errorcolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR Use this color combination for the status bar when an error message is displayed. -The default value is \fBbrightwhite,red\fR. +The default value is \fBbold,white,red\fR. See \fBset titlecolor\fR for valid color names. .TP .B set fill \fInumber\fR