summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/xterm-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xterm-keys has been on by default for five years and all other modernnicm2020-05-161-252/+0
* Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-071-3/+11
* Revert previous for now, it will break TERM=screen.nicm2017-01-251-34/+13
* If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-251-13/+34
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-031-7/+8
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-121-10/+13
* Some style nits and dead assignments.nicm2015-08-301-1/+3
* 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