From 7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 8 Dec 2008 19:17:06 +0000 Subject: color configuration menu adapted to handle user-defined key bindings --- src/recur.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/recur.c') diff --git a/src/recur.c b/src/recur.c index f6c46e8..56adf1e 100755 --- a/src/recur.c +++ b/src/recur.c @@ -1,4 +1,4 @@ -/* $calcurse: recur.c,v 1.40 2008/12/07 09:20:38 culot Exp $ */ +/* $calcurse: recur.c,v 1.41 2008/12/08 19:17:07 culot Exp $ */ /* * Calcurse - text-based organizer @@ -694,7 +694,7 @@ recur_repeat_item (conf_t *conf) } while ((ch != 'D') && (ch != 'W') && (ch != 'M') - && (ch != 'Y') && (ch != KEY_GENERIC_ESCAPE)) + && (ch != 'Y') && (ch != KEY_GENERIC_CANCEL)) { status_mesg (mesg_type_1, mesg_type_2); ch = wgetch (win[STA].p); -- cgit v1.2.3-54-g00ecf