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