diff options
Diffstat (limited to 'termkey.h.in')
-rw-r--r-- | termkey.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey.h.in b/termkey.h.in index 8c58eea..a3dbab2 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -151,6 +151,7 @@ enum { enum { TERMKEY_CANON_SPACESYMBOL = 1 << 0, // Space is symbolic rather than Unicode + TERMKEY_CANON_DELBS = 1 << 1, // Del is converted to Backspace }; void termkey_check_version(int major, int minor); |