summaryrefslogtreecommitdiffstats
path: root/input-keys.c
AgeCommit message (Collapse)Author
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-03-02Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse ↵Nicholas Marriott
it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
2009-01-12Make shift arrow keys work.Nicholas Marriott
2009-01-12More hacks for key handling.Nicholas Marriott
2009-01-12Handle ctrl/shift modifiers better.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott
still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
2009-01-10Support btab.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new ↵Nicholas Marriott
window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift.
2009-01-08Give up the farce of caring about any keys aside from the ones in the screen ↵Nicholas Marriott
termcap and the ones termcap doesn't handle that we hardcode manually.
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-12-22Make home and end work.Nicholas Marriott
2008-07-24Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵Nicholas Marriott
separately but forgot :-/.
2008-07-24Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott
2008-07-23Revert this, it breaks emacs.Nicholas Marriott
2008-07-23Support keypad. Change cursor key output.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-18Trimify.Nicholas Marriott
2008-06-06Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2007-12-01home and end appear to be find/select with rxvt...Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott