Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Build array of codes, stop using ncurses global variables and push ncurses ↵ | Nicholas Marriott | 2009-01-09 |
| | | | | crap into tty-term.c. | ||
* | Update key handling code. Simplify, support ctrl properly and add a new ↵ | Nicholas Marriott | 2009-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 Marriott | 2009-01-08 |
| | | | | termcap and the ones termcap doesn't handle that we hardcode manually. | ||
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Fix C-space and M-space. | Nicholas Marriott | 2008-12-16 |
| | |||
* | Support keypad. Change cursor key output. | Nicholas Marriott | 2008-07-23 |
| | |||
* | Allow use of alt keys. move-window command. | Nicholas Marriott | 2008-06-25 |
| | |||
* | Support binding 27-31. | Nicholas Marriott | 2008-06-04 |
| | |||
* | C-space is "^ " not "^@". | Nicholas Marriott | 2007-11-09 |
| | |||
* | Kill window command. Nuke some backspace stuff. | Nicholas Marriott | 2007-10-19 |
| | |||
* | List keys command. | Nicholas Marriott | 2007-10-04 |
| | |||
* | Key binding, unbinding. | Nicholas Marriott | 2007-10-03 |