summaryrefslogtreecommitdiffstats
path: root/tty-keys.c
AgeCommit message (Expand)Author
2009-04-17Remove the right number of characters from the buffer when escape then a cursorNicholas Marriott
2009-03-02Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott
2009-03-02Sort out escape key handling so it works.Nicholas Marriott
2009-02-16Don't leak existing keys.Nicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-12More hacks for key handling.Nicholas Marriott
2009-01-12Handle ctrl/shift modifiers better.Nicholas Marriott
2009-01-10Support btab.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott
2009-01-09Handle arrow key variants.Nicholas Marriott
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott
2009-01-08Give up the farce of caring about any keys aside from the ones in the screen ...Nicholas Marriott
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-07-24Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa...Nicholas Marriott
2008-07-24Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott
2008-07-23Support keypad. Change cursor key output.Nicholas Marriott
2008-07-23Memory leaks.Nicholas Marriott
2008-06-25Handle escaped keys properly and use M-f/M-b in copy mode.Nicholas Marriott
2008-06-23IRIX fixes thanks to Elias Pipping.Nicholas Marriott
2008-06-06Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott