From 9d4899110a067d4899116ac229c8b4c489096b60 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 16 Nov 2008 17:42:53 +0000 Subject: More work on implementing user-definable keybindings --- src/calendar.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/calendar.c') diff --git a/src/calendar.c b/src/calendar.c index 94dd870..ca1ec2f 100755 --- a/src/calendar.c +++ b/src/calendar.c @@ -1,4 +1,4 @@ -/* $calcurse: calendar.c,v 1.17 2008/08/10 09:24:46 culot Exp $ */ +/* $calcurse: calendar.c,v 1.18 2008/11/16 17:42:53 culot Exp $ */ /* * Calcurse - text-based organizer @@ -35,10 +35,11 @@ #include "day.h" #include "apoint.h" #include "event.h" -#include "calendar.h" #include "custom.h" #include "vars.h" +#include "keys.h" #include "utils.h" +#include "calendar.h" #ifndef M_PI #define M_PI 3.14159265358979323846 @@ -387,7 +388,7 @@ calendar_change_day (int datefmt) if (wrong_day) { status_mesg (mesg_line1, mesg_line2); - wgetch (win[STA].p); + keys_getch (win[STA].p); } } } -- cgit v1.2.3-54-g00ecf