aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-08 19:17:06 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-08 19:17:06 +0000
commit7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5 (patch)
tree3a06047647f6c6eb1f803322932f92e6bfdc974f /src/todo.c
parent639058740a44c6380258e0152f9916af1e53bb27 (diff)
downloadcalcurse-7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5.tar.gz
calcurse-7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5.zip
color configuration menu adapted to handle user-defined key bindings
Diffstat (limited to 'src/todo.c')
-rwxr-xr-xsrc/todo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/todo.c b/src/todo.c
index 6f17729..6da9c42 100755
--- a/src/todo.c
+++ b/src/todo.c
@@ -1,4 +1,4 @@
-/* $calcurse: todo.c,v 1.25 2008/12/07 09:20:38 culot Exp $ */
+/* $calcurse: todo.c,v 1.26 2008/12/08 19:17:07 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -274,7 +274,7 @@ todo_delete (conf_t *conf)
if (has_note == 0)
answer = 't';
- while (answer != 't' && answer != 'n' && answer != KEY_GENERIC_ESCAPE)
+ while (answer != 't' && answer != 'n' && answer != KEY_GENERIC_CANCEL)
{
status_mesg (erase_warning, erase_choice);
answer = wgetch (win[STA].p);