aboutsummaryrefslogtreecommitdiff
path: root/key-string.c
Commit message (Collapse)AuthorAge
* Add tabs.Nicholas Marriott2009-01-16
|
* Prettify the key strings a little.Nicholas Marriott2009-01-14
|
* Tidy escape modifier (don't know how this worked before...).Nicholas Marriott2009-01-12
|
* Tidy up control key parsing; add shift.Nicholas Marriott2009-01-12
|
* Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott2009-01-09
| | | | crap into tty-term.c.
* Update key handling code. Simplify, support ctrl properly and add a new ↵Nicholas Marriott2009-01-09
| | | | window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift.
* Give up the farce of caring about any keys aside from the ones in the screen ↵Nicholas Marriott2009-01-08
| | | | termcap and the ones termcap doesn't handle that we hardcode manually.
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
|
* Fix C-space and M-space.Nicholas Marriott2008-12-16
|
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
|
* Allow use of alt keys. move-window command.Nicholas Marriott2008-06-25
|
* Support binding 27-31.Nicholas Marriott2008-06-04
|
* C-space is "^ " not "^@".Nicholas Marriott2007-11-09
|
* Kill window command. Nuke some backspace stuff.Nicholas Marriott2007-10-19
|
* List keys command.Nicholas Marriott2007-10-04
|
* Key binding, unbinding.Nicholas Marriott2007-10-03