add NCKEY_SPACE

This commit is contained in:
nick black 2020-10-15 14:14:06 -04:00
parent a672790f2c
commit f4b051f6ed
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -121,6 +121,7 @@ extern "C" {
// Just aliases, ma'am, from the 128 characters common to ASCII+UTF8
#define NCKEY_ESC 0x1b
#define NCKEY_SPACE 0x20
#ifdef __cplusplus
} // extern "C"