summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-02-19 13:38:02 -0200
committerHisham <hisham@gobolinux.org>2016-02-19 13:38:02 -0200
commitc23d4f12d165c79be9f95da746914b94378d56c0 (patch)
treee683327bfb65fed1f97d83a4a801d818ef78b745 /CRT.h
parent48254f92e4902ecd2b8ca27ae979b7d70e1ca804 (diff)
Fix behavior of ESC key, getting rid of the annoying delay.
Thank you @Explorer09 for the push! Closes #417.
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 5aac2171..ba10699e 100644
--- a/CRT.h
+++ b/CRT.h
@@ -115,6 +115,8 @@ void CRT_fatalError(const char* note) __attribute__ ((noreturn));
void CRT_handleSIGSEGV(int sgn);
+#define KEY_ALT(x) KEY_F(60) + (x - 'A')
+
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];

© 2014-2024 Faster IT GmbH | imprint | privacy policy