nano

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

commit eb68cd1c6b78c3b86729905dcfe984279477e53e
parent ecea413802314afb1519d7e359c95138632a72fe
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed, 23 Nov 2016 14:30:46 -0500

syntax: avoid using black colors

We should avoid defining color schemes that are unreadable on common
white-on-black or black-on-white terminals.  Change the black in the
autoconf error strings to brightred for that reason.

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

diff --git a/doc/syntax/autoconf.nanorc b/doc/syntax/autoconf.nanorc @@ -20,7 +20,7 @@ color red "\"[^"]*\"" "\'[^']*\'" color green "`[^`]*`" # Error lines: -color black "^\*\*\*.*" +color brightred "^\*\*\*.*" # Brackets: color magenta "\[|\]|\(|\)"