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