diff options
| author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 18:58:24 +0200 |
|---|---|---|
| committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 18:58:24 +0200 |
| commit | 298bc01ee2a908b96f184a0c3adfb9fc82741ad1 (patch) | |
| tree | fb52d0293d7bd4e9bbc5ede1bf1c969e032141ca | |
| parent | 1ef250cd7e7685cb79a3c7e043f5e3287172eaee (diff) | |
| download | termo-298bc01ee2a908b96f184a0c3adfb9fc82741ad1.tar.gz termo-298bc01ee2a908b96f184a0c3adfb9fc82741ad1.tar.xz termo-298bc01ee2a908b96f184a0c3adfb9fc82741ad1.zip | |
Backport a change from libtermkey
"The Ctrl-H byte (0x08) shouldn't automatically become SYM_BACKSPACE"
| -rw-r--r-- | termo.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
