nano

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

commit bc7e7d847e565adf2b7daff946826a1ac1c36d52
parent 71a73a1a10cb5c007410c4f904687eb6c6229e87
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri,  1 Oct 2021 09:47:45 +0200

docs: list the default color combo for 'spotlightcolor' in sample nanorc

The comment says that only 'errorcolor' and 'spotlightcolor' have
a default value.  Better list the default value for both of them.

Diffstat:
Mdoc/sample.nanorc.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -208,7 +208,7 @@ # set promptcolor lightwhite,grey # set statuscolor bold,white,green # set errorcolor bold,white,red -# set spotlightcolor black,lime +# set spotlightcolor black,lightyellow # set selectedcolor lightwhite,magenta # set stripecolor ,yellow # set scrollercolor cyan