diff options
author | Frederic Culot <calcurse@culot.org> | 2010-03-21 09:21:06 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2010-03-21 09:21:06 +0000 |
commit | cc77e839d86fda9871f5fde89350d51465ec208b (patch) | |
tree | 82711eb671a98bb525bba4365f19bbfe456b5455 /ChangeLog | |
parent | ec36b968489111707e2b71f27f3c021571471b5e (diff) | |
download | calcurse-cc77e839d86fda9871f5fde89350d51465ec208b.tar.gz calcurse-cc77e839d86fda9871f5fde89350d51465ec208b.zip |
More work on sidebar customization.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ * src/wins.c (wins_update_border, wins_update_panels): new functions extracted from wins_update() + + * src/wins.c (wins_sbar_width, wins_sbar_wperc) + (wins_set_sbar_width, wins_sbar_winc, wins_sbar_wdec) + (wins_reinit_panels): new functions to handle side bar width + customization + + * src/custom.c + * src/io.c: sidebar width added to the configuration file 2010-03-19 Frederic Culot <frederic@culot.org> |