Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't include meta twice when working out the flags to output for | Nicholas Marriott | 2011-03-27 |
| | | | | | xterm-style keys - bit 3 is accepted on input but not on output. Also a style nit in the header. | ||
* | Last few tables that should be const. | Nicholas Marriott | 2011-01-01 |
| | |||
* | Treat the meta bit in the xterm extended modifier key set as the same as | Nicholas Marriott | 2010-10-14 |
| | | | | escape (tmux's meta). From Emanuele Giaquinta. | ||
* | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted | Nicholas Marriott | 2010-09-01 |
| | | | | by and diff from Emanuele Giaquinta. | ||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||
* | Handle partial xterm function key sequences. | Nicholas Marriott | 2009-11-30 |
| | |||
* | Old xterm F1-F4 are \033O_P not \033[O_P. | Nicholas Marriott | 2009-11-05 |
| | |||
* | Nuke accidentally-committed debugging statement. | Nicholas Marriott | 2009-10-26 |
| | |||
* | Rewrite xterm-keys code (both input and output) so that works (doesn't always | Nicholas Marriott | 2009-10-26 |
output the same modifiers, accepts all the possible input keys) and is more understandable. |