summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-09-19 11:02:03 -0400
committerMalfurious <m@lfurio.us>2024-04-24 13:31:08 -0400
commitb4abda51217101ceffd19c3d403e40781e15dcec (patch)
tree1418becd7e2d8437fee1f5f3eaa27f7c6e1bb690 /helpers.h
parentd070fde6478431c71fb4a55e783a577439c7cb99 (diff)
downloadmisplays-b4abda51217101ceffd19c3d403e40781e15dcec.tar.gz
misplays-b4abda51217101ceffd19c3d403e40781e15dcec.zip
Multithread version 2
Signed-off-by: Malfurious <m@lfurio.us>
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);