Backport a change from libtermkey

"The Ctrl-H byte (0x08) shouldn't automatically become SYM_BACKSPACE"
This commit is contained in:
Přemysl Eric Janouch 2015-04-11 18:58:24 +02:00
parent 1ef250cd7e
commit 298bc01ee2
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ termo_init (termo_t *tk, const char *term, const char *encoding)
keynames[i].sym, keynames[i].name) == -1)
goto abort_free_keynames;
register_c0 (tk, TERMO_SYM_BACKSPACE, 0x08, NULL);
register_c0 (tk, TERMO_SYM_TAB, 0x09, NULL);
register_c0 (tk, TERMO_SYM_ENTER, 0x0d, NULL);
register_c0 (tk, TERMO_SYM_ESCAPE, 0x1b, NULL);