From c23d4f12d165c79be9f95da746914b94378d56c0 Mon Sep 17 00:00:00 2001 From: Hisham Date: Fri, 19 Feb 2016 13:38:02 -0200 Subject: Fix behavior of ESC key, getting rid of the annoying delay. Thank you @Explorer09 for the push! Closes #417. --- CRT.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CRT.h') 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]; -- cgit v1.2.3