summaryrefslogtreecommitdiffstats
path: root/xterm-keys.c
AgeCommit message (Expand)Author
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm
2017-01-25Revert previous for now, it will break TERM=screen.nicm
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-08-30Some style nits and dead assignments.nicm
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfonicm
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromnicm
2014-02-10The last fix to xterm keys meant that some keys such as \033OA werenicm
2014-01-31Fix partial matches with xterm-keys on, from m0viefreak dot cm atnicm
2013-03-22In terminals with XT, turn on modifyOtherKeys=1 with the escape sequenceNicholas Marriott
2011-06-23Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott
2011-03-27Don't include meta twice when working out the flags to output forNicholas Marriott
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
2010-09-01Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
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