aboutsummaryrefslogtreecommitdiff
path: root/tty-keys.c
Commit message (Collapse)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 ↵Nicholas Marriott2009-01-09
| | | | crap into tty-term.c.
* Handle arrow key variants.Nicholas Marriott2009-01-09
|
* 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
|
* 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 ↵Nicholas Marriott2008-07-24
| | | | separately but forgot :-/.
* 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