aboutsummaryrefslogtreecommitdiff
path: root/xterm-keys.c
Commit message (Expand)AuthorAge
* xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott2020-05-15
* Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-07
* Revert previous for now, it will break TERM=screen.nicm2017-01-25
* If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-25
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-03
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* Some style nits and dead assignments.nicm2015-08-30
* Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-21
* Handle the top bit of xterm(1)-style modifier keys, based on a diff fromnicm2014-05-27
* The last fix to xterm keys meant that some keys such as \033OA werenicm2014-02-10
* Fix partial matches with xterm-keys on, from m0viefreak dot cm atnicm2014-01-31
* In terminals with XT, turn on modifyOtherKeys=1 with the escape sequenceNicholas Marriott2013-03-22
* Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott2011-06-23
* Don't include meta twice when working out the flags to output forNicholas Marriott2011-03-27
* 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
* Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott2010-09-01
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* 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