color theme configuration improved

Calcurse default black background replaced by Terminal's default background
color
This commit is contained in:
Frederic Culot 2007-03-04 16:15:17 +00:00
parent 78360ec3b0
commit b1d02bf4ff

View File

@ -1,3 +1,11 @@
04 Mar 2007:
color_config() rewritten and changed to custom_color_config(), to allow
more color choices and the use of terminal's default background color
custom_load_color() created
border_color() and border_nocolor() updated to take into account new
color definitions
update_windows() updated to avoid the use of the 'colr' variable
28 Feb 2007:
bugfix: CTRL-D problems while editing items fixed
Thanks Toucouch for reporting this bug