1
1

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.
Этот коммит содержится в:
Mike Frysinger 2016-11-23 14:30:46 -05:00 коммит произвёл Benno Schulenberg
родитель ecea413802
Коммит eb68cd1c6b

Просмотреть файл

@ -20,7 +20,7 @@ color red "\"[^"]*\"" "\'[^']*\'"
color green "`[^`]*`"
# Error lines:
color black "^\*\*\*.*"
color brightred "^\*\*\*.*"
# Brackets:
color magenta "\[|\]|\(|\)"