Shift-Tab support added, tested in shell and vim

SVN revision: 72483
This commit is contained in:
Samuel F. Baggen 2012-06-19 14:38:44 +00:00
parent 71b60a3925
commit dc204d7fc3
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ static const Keyout shift_keyout[] =
KEY("Right", "\033[1;2C"),
KEY("Up", "\033[1;2A"),
KEY("Down", "\033[1;2B"),
KEY("Tab", "\033[Z"),
KEY(NULL, "END")
};