]> git.ipfire.org Git - thirdparty/newt.git/commit
allow setting colors via NEWT_COLORS or NEWT_COLORS_FILE variables
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 2 Jun 2011 11:05:28 +0000 (13:05 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 2 Jun 2011 11:17:40 +0000 (13:17 +0200)
commit34e56d12931a25222d7debb22f95bb2f9fa696a0
tree7dde5eb685702ede1c3f8a1ae906dbd5c121c4f4
parent92567bd5ed421161cbf061335193d46d87f9b377
allow setting colors via NEWT_COLORS or NEWT_COLORS_FILE variables

Default color palette can be now modified by color specifications as
"root=,black:button=red,yellow", the string can be set in NEWT_COLORS
environment variable or in a file which is specified by NEWT_COLORS_FILE
variable.

Default NEWT_COLORS_FILE can be set by --with-colorsfile option.
configure.ac
newt.c