aboutsummaryrefslogtreecommitdiff
path: root/tty-keys.c
Commit message (Expand)AuthorAge
* Support btab.Nicholas Marriott2009-01-10
* Trim spaces.Nicholas Marriott2009-01-10
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09
* Handle arrow key variants.Nicholas Marriott2009-01-09
* Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott2009-01-09
* Give up the farce of caring about any keys aside from the ones in the screen ...Nicholas Marriott2009-01-08
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
* Trim.Nicholas Marriott2008-09-26
* Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott2008-08-28
* Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa...Nicholas Marriott2008-07-24
* Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott2008-07-24
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
* Memory leaks.Nicholas Marriott2008-07-23
* Handle escaped keys properly and use M-f/M-b in copy mode.Nicholas Marriott2008-06-25
* IRIX fixes thanks to Elias Pipping.Nicholas Marriott2008-06-23
* Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott2008-06-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27