Fix behavior of ESC key, getting rid of the annoying delay.

Thank you @Explorer09 for the push!
Closes #417.
This commit is contained in:
Hisham
2016-02-19 13:38:02 -02:00
parent 48254f92e4
commit c23d4f12d1
4 changed files with 17 additions and 22 deletions

2
CRT.h
View File

@ -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];