Closes #438.
@ -115,7 +115,7 @@ void CRT_fatalError(const char* note) __attribute__ ((noreturn));
void CRT_handleSIGSEGV(int sgn);
#define KEY_ALT(x) KEY_F(60) + (x - 'A')
#define KEY_ALT(x) KEY_F(64) + (x - 'A')
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
The note is not visible to the blocked user.