aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.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/calendar.c
parente8f12c65ca0245079ae015a90e7a14109759cdda (diff)
downloadcalcurse-9d4899110a067d4899116ac229c8b4c489096b60.tar.gz
calcurse-9d4899110a067d4899116ac229c8b4c489096b60.zip
More work on implementing user-definable keybindings
Diffstat (limited to 'src/calendar.c')
-rwxr-xr-xsrc/calendar.c7
1 files changed, 4 insertions, 3 deletions
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);
}
}
}