small bugfixes and a major one (freeze when deleting an appointment's note, thanks Jan for reporting it)

This commit is contained in:
Frederic Culot
2008-12-15 20:02:00 +00:00
parent 8220580918
commit b1d3178bba
12 changed files with 76 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: utils.c,v 1.59 2008/12/14 15:54:51 culot Exp $ */
/* $calcurse: utils.c,v 1.60 2008/12/15 20:02:00 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -329,7 +329,7 @@ getstring (WINDOW *win, char *str, int l, int x, int y)
newpos++;
break;
case KEY_GENERIC_CANCEL: /* cancel editing */
case ESCAPE: /* cancel editing */
return (GETSTRING_ESC);
break;