emacs top/bottom button ctlr+_home/end fixed.

SVN revision: 73409
This commit is contained in:
Carsten Haitzler 2012-07-06 11:02:28 +00:00
parent bc3ac248f5
commit ebfd55429e
2 changed files with 2 additions and 4 deletions

4
TODO
View File

@ -3,10 +3,6 @@ here's a short list of things i think we can do in the short to medium term to
make it a first-class terminal:
[ ] elm cnp doesnt work in the fb :(
[ ] paste top bit of
http://aur.archlinux.org/packages/te/terminology-svn/PKGBUILD
into nano screrws with newlines.
[ ] ctrl+home/end in emacs should change top/bottom bufffer position
[ ] blink and blink2 attributes need to be supported
[ ] dnd text (to/from terminal)
[ ] general input mode handling improvements (keypad, other key

View File

@ -53,6 +53,8 @@ static const Keyout ctrl_keyout[] =
KEY("Right", "\033[1;5C"),
KEY("Up", "\033[1;5A"),
KEY("Down", "\033[1;5B"),
KEY("Home", "\033[1;5H"),
KEY("End", "\033[1;5F"),
KEY(NULL, "END")
};