New way of handling signals.

This commit is contained in:
Frederic Culot
2009-07-19 16:51:35 +00:00
parent 5dcc213c16
commit d2c766a137
4 changed files with 43 additions and 40 deletions

View File

@@ -7,6 +7,9 @@
* src/event.c
* src/io.c
* src/recur.c: make use of erase_note() whenever possible
* src/calcurse.c
* src/sigs.[ch]: new way of handling signals
2009-07-15 Frederic Culot <frederic@culot.org>