Allow a flag to convert ASCII DEL into Backspace

This commit is contained in:
Paul LeoNerd Evans
2011-08-28 17:57:57 +01:00
parent 2638499648
commit 8793934328
4 changed files with 27 additions and 1 deletions

View File

@@ -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);