diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-23 19:32:19 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-23 19:32:19 +0000 |
commit | cd7fa9ca2419d704f918098a953ec197293bd513 (patch) | |
tree | d8dc6e880e933d09989135d382e16f1d264672db | |
parent | b12150dea5ef6a8b8cad8128a4b2b5760838ad93 (diff) | |
download | calcurse-cd7fa9ca2419d704f918098a953ec197293bd513.tar.gz calcurse-cd7fa9ca2419d704f918098a953ec197293bd513.zip |
work on siganls and windows code reorganization
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +22 Jul 2007: + exit_calcurse() created + wins_slctd_init(), wins_slctd_set(), wins_slctd_next() + and wins_slctd() created + sigs.c and sigs.h created to store signal handling routines + which_pan global variable suppressed + 21 Jul 2007: wins.c and wins.h created to store windows handling related routines window handling routines moved to wins.c and wins.h |