From 639058740a44c6380258e0152f9916af1e53bb27 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 7 Dec 2008 09:20:38 +0000 Subject: Checks added while loading key bindings configuration. --- src/notify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/notify.c') diff --git a/src/notify.c b/src/notify.c index 67f96db..321b5fc 100755 --- a/src/notify.c +++ b/src/notify.c @@ -1,4 +1,4 @@ -/* $calcurse: notify.c,v 1.29 2008/11/23 20:38:56 culot Exp $ */ +/* $calcurse: notify.c,v 1.30 2008/12/07 09:20:38 culot Exp $ */ /* * Calcurse - text-based organizer @@ -539,7 +539,7 @@ notify_config_bar (void) status_mesg (number_str, ""); notify_print_options (conf_win.p, col); *buf = '\0'; - ch = keys_getch (win[STA].p); + ch = wgetch (win[STA].p); switch (ch) { -- cgit v1.2.3-54-g00ecf