diff options
author | Frederic Culot <calcurse@culot.org> | 2007-08-15 15:38:21 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-08-15 15:38:21 +0000 |
commit | 23e605af188205064125d9dadff6dac5c8c921e1 (patch) | |
tree | f0a6e01441b5f0c3f085925354a9ed535ad6b519 | |
parent | e5eed3759b76d1319a6f0a8ea02c3fdf86a13523 (diff) | |
download | calcurse-23e605af188205064125d9dadff6dac5c8c921e1.tar.gz calcurse-23e605af188205064125d9dadff6dac5c8c921e1.zip |
automatic window refresh when resizing screen
-rwxr-xr-x | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +15 Aug 2007: + handling of SIGWINCH added + wins_prop(), wins_layout(), wins_set_layout() and wins_reset() added + apoint_hilt(), apoint_hilt_set(), apoint_hilt_decrease() and + apoint_hilt_increase() added + scroll_pad_down() and scroll_pad_up() moved to apoint_scroll_pad_down() + and apoint_scroll_pad_up() + todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), + todo_hilt_increase(), todo_saved_mesg(), todo_nb(), todo_set_nb(), + todo_set_first(), todo_first_increase(), todo_first_decrease(), and + todo_hilt_pos() added + layout is not part of conf_t type anymore, and becomes a static variable + in wins.c + 12 Aug 2007: Moon phase calculation added calendar_get_pom(), pom(), potm(), dotr() and adj360 added, based on the |