aboutsummaryrefslogtreecommitdiff
path: root/xterm-keys.c
Commit message (Collapse)AuthorAge
* Don't include meta twice when working out the flags to output forNicholas Marriott2011-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 Marriott2011-01-01
|
* Treat the meta bit in the xterm extended modifier key set as the same asNicholas Marriott2010-10-14
| | | | escape (tmux's meta). From Emanuele Giaquinta.
* Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott2010-09-01
| | | | by and diff from Emanuele Giaquinta.
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| | | | | time now I've configured emacs to make them displayed in really annoying colours...
* Handle partial xterm function key sequences.Nicholas Marriott2009-11-30
|
* Old xterm F1-F4 are \033O_P not \033[O_P.Nicholas Marriott2009-11-05
|
* Nuke accidentally-committed debugging statement.Nicholas Marriott2009-10-26
|
* Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott2009-10-26
output the same modifiers, accepts all the possible input keys) and is more understandable.