Revert "fix alt-backspace"

This reverts commit 2d495f0b59.

With this, the combination won't work even for bash.
This commit is contained in:
Gustavo Lima Chaves 2014-04-24 23:44:37 -03:00
parent f6496d90c2
commit 5680e5a827
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ static const Keyout alt_keyout[] =
KEY("Up", "\033[1;3A"),
KEY("Down", "\033[1;3B"),
KEY("End", "\033[1;3F"),
KEY("BackSpace", "\210"),
KEY("BackSpace", "\033\177"),
KEY("Return", "\033\015"),
KEY("space", "\033\040"),
KEY("Home", "\033[1;3H"),