diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-04 16:15:17 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-04 16:15:17 +0000 |
commit | b1d02bf4ff30bc33645ae5f436afcbec6640efda (patch) | |
tree | 8cf82c4e550d87ed2ab22fda729711eab4a8ecdf | |
parent | 78360ec3b067af33d45c2a57ace2fee03d1d2354 (diff) | |
download | calcurse-b1d02bf4ff30bc33645ae5f436afcbec6640efda.tar.gz calcurse-b1d02bf4ff30bc33645ae5f436afcbec6640efda.zip |
color theme configuration improved
Calcurse default black background replaced by Terminal's default background
color
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |