diff --git a/TODO b/TODO index 03b5d418..76288769 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/bin/keyin.c b/src/bin/keyin.c index 2b64d5b0..3685628b 100644 --- a/src/bin/keyin.c +++ b/src/bin/keyin.c @@ -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") };