mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
add NCKEY_SPACE
This commit is contained in:
parent
a672790f2c
commit
f4b051f6ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user