From f2c61c4b9a256ca22b570dccbcbb0fde992b3f4c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 7 Jun 2019 11:24:51 +0200 Subject: [PATCH] docs: mention the default value for 'errorcolor' --- doc/nano.texi | 1 + doc/nanorc.5 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/nano.texi b/doc/nano.texi index 7d10d189..32fe57e6 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -764,6 +764,7 @@ Do not use the line below the title bar, leaving it entirely blank. @item set errorcolor @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}. @xref{@code{set functioncolor}} for valid color names. @item set fill @var{number} diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 8c0ae1c6..0963ab96 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -115,6 +115,7 @@ Do not use the line below the title bar, leaving it entirely blank. .TP .B set errorcolor \fIfgcolor\fR,\fIbgcolor\fR 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. .TP .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 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. -The default value is \-8. +The default value is \fB\-8\fR. .TP .B set functioncolor \fIfgcolor\fR,\fIbgcolor\fR Specify the color combination to use for the function descriptions