nano

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

commit aa41eb69c09b092dcac394a235db1c4da125a7b9
parent 54103d8ed10972fb57bce8fb559ccb97ac1ac649
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 25 Feb 2018 16:07:16 -0600

docs: mention that errorcolor does have default colors

This fixes https://savannah.gnu.org/bugs/?53225.

Diffstat:
Mdoc/sample.nanorc.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -196,8 +196,8 @@ # set wordchars "<_>." -## Paint the interface elements of nano. -## These are examples; by default there are no colors. +## Paint the interface elements of nano. These are examples; +## by default there are no colors, except for errorcolor. # set titlecolor brightwhite,blue # set statuscolor brightwhite,green # set errorcolor brightwhite,red