summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/xterm-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-211-9/+1
* Handle the top bit of xterm(1)-style modifier keys, based on a diff fromnicm2014-05-271-35/+48
* The last fix to xterm keys meant that some keys such as \033OA werenicm2014-02-101-2/+4
* Fix partial matches with xterm-keys on, from m0viefreak dot cm atnicm2014-01-311-2/+2
* In terminals with XT, turn on modifyOtherKeys=1 with the escape sequencenicm2013-03-221-1/+29
* Add a couple of extra xterm-style keys that gnome terminal provides,nicm2011-06-231-3/+7
* Don't include meta twice when working out the flags to output fornicm2011-03-271-3/+1
* Last few tables that should be const.nicm2011-01-011-8/+8
* Treat the meta bit in the xterm extended modifier key set as the same asnicm2010-10-141-1/+5
* Simplify xterm modifier detection by treating as a bitmask + 1. Spottednicm2010-09-011-37/+20
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-9/+9
* Handle partial xterm function key sequences.nicm2009-11-301-13/+26
* Old xterm F1-F4 are \033O_P not \033[O_P.nicm2009-11-051-5/+5
* Nuke accidentally-committed debugging statement.nicm2009-10-261-2/+1
* Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysnicm2009-10-261-0/+202