From 8c82a38002ce09db2a0b83dab8b598cf1ab0596c Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:01:17 +0200 Subject: Imported Upstream version 2.0.1 --- CRT.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 5aac217..ba10699 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