aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-11-16 17:42:53 +0000
committerFrederic Culot <calcurse@culot.org>2008-11-16 17:42:53 +0000
commit9d4899110a067d4899116ac229c8b4c489096b60 (patch)
treef10f31dc5e8114791236ada1ebee8d27b31b7e72 /src/notify.c
parente8f12c65ca0245079ae015a90e7a14109759cdda (diff)
downloadcalcurse-9d4899110a067d4899116ac229c8b4c489096b60.tar.gz
calcurse-9d4899110a067d4899116ac229c8b4c489096b60.zip
More work on implementing user-definable keybindings
Diffstat (limited to 'src/notify.c')
-rwxr-xr-xsrc/notify.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/notify.c b/src/notify.c
index 422ce09..7c1108a 100755
--- a/src/notify.c
+++ b/src/notify.c
@@ -1,4 +1,4 @@
-/* $calcurse: notify.c,v 1.27 2008/04/20 13:49:39 culot Exp $ */
+/* $calcurse: notify.c,v 1.28 2008/11/16 17:42:53 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -32,6 +32,7 @@
#include "i18n.h"
#include "utils.h"
#include "custom.h"
+#include "keys.h"
#include "notify.h"
static struct notify_vars_s *notify = NULL;
@@ -538,7 +539,7 @@ notify_config_bar (void)
status_mesg (number_str, "");
notify_print_options (conf_win.p, col);
*buf = '\0';
- ch = wgetch (win[STA].p);
+ ch = keys_getch (win[STA].p);
switch (ch)
{