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.
Этот коммит содержится в:
родитель
ecea413802
Коммит
eb68cd1c6b
@ -20,7 +20,7 @@ color red "\"[^"]*\"" "\'[^']*\'"
|
||||
color green "`[^`]*`"
|
||||
|
||||
# Error lines:
|
||||
color black "^\*\*\*.*"
|
||||
color brightred "^\*\*\*.*"
|
||||
|
||||
# Brackets:
|
||||
color magenta "\[|\]|\(|\)"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user