summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index 941c9b0..02607bb 100644
--- a/helpers.h
+++ b/helpers.h
@@ -4,6 +4,8 @@
#include <panel.h>
#include <stddef.h>
+#define KEY_ESCAPE 0x1b
+
extern void *xmalloc(size_t size);
extern void cursinit(void);