minor improvements and bugfixes

This commit is contained in:
Frederic Culot
2008-01-17 19:35:42 +00:00
parent 738a3a4170
commit 54c2b60041
4 changed files with 35 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: utils.c,v 1.39 2008/01/13 12:40:45 culot Exp $ */
/* $calcurse: utils.c,v 1.40 2008/01/17 19:35:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -45,7 +45,8 @@ void
exit_calcurse(int status)
{
endwin();
erase();
clear();
refresh();
calendar_stop_date_thread();
exit(status);
}