aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-03 21:32:10 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-03 21:32:10 +0000
commit936b6fe3737c760657d82c50fa6b81c3011ffa27 (patch)
treecb909cd269419fdf31134ecc407315765804e7c1 /src/keys.h
parentbf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 (diff)
downloadcalcurse-936b6fe3737c760657d82c50fa6b81c3011ffa27.tar.gz
calcurse-936b6fe3737c760657d82c50fa6b81c3011ffa27.zip
more code cleanup
Diffstat (limited to 'src/keys.h')
-rwxr-xr-xsrc/keys.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keys.h b/src/keys.h
index 6e48016..7d108c8 100755
--- a/src/keys.h
+++ b/src/keys.h
@@ -1,8 +1,8 @@
-/* $calcurse: keys.h,v 1.8 2009/01/01 17:50:41 culot Exp $ */
+/* $calcurse: keys.h,v 1.9 2009/01/03 21:32:11 culot Exp $ */
/*
* Calcurse - text-based organizer
- * Copyright (c) 2008 Frederic Culot
+ * Copyright (c) 2008-2009 Frederic Culot
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -27,6 +27,8 @@
#ifndef CALCURSE_KEYS_H
#define CALCURSE_KEYS_H
+#include <ncurses.h>
+
#define CTRLVAL 0x1F
#define CTRL(x) ((x) & CTRLVAL)
#define ESCAPE 27