index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xterm-keys.c
Commit message (
Expand
)
Author
Age
*
xterm-keys has been on by default for 5 years and all other modern terminals
Nicholas Marriott
2020-05-15
*
Up to now, tmux sees \033\033[OA as M-Up and since we turned on
nicm
2017-05-07
*
Revert previous for now, it will break TERM=screen.
nicm
2017-01-25
*
If xterm-keys is on, use xterm(1) style keys for Home and End as well as
nicm
2017-01-25
*
Remove some dead code in cmd-move-window.c and make a load of local
nicm
2016-10-03
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Support UTF-8 key bindings by expanding the key type from int to
nicm
2015-11-12
*
Some style nits and dead assignments.
nicm
2015-08-30
*
Drop explicit support for F13-F20 and change to match the xterm terminfo
nicm
2014-07-21
*
Handle the top bit of xterm(1)-style modifier keys, based on a diff from
nicm
2014-05-27
*
The last fix to xterm keys meant that some keys such as \033OA were
nicm
2014-02-10
*
Fix partial matches with xterm-keys on, from m0viefreak dot cm at
nicm
2014-01-31
*
In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence
Nicholas Marriott
2013-03-22
*
Add a couple of extra xterm-style keys that gnome terminal provides,
Nicholas Marriott
2011-06-23
*
Don't include meta twice when working out the flags to output for
Nicholas Marriott
2011-03-27
*
Last few tables that should be const.
Nicholas Marriott
2011-01-01
*
Treat the meta bit in the xterm extended modifier key set as the same as
Nicholas Marriott
2010-10-14
*
Simplify xterm modifier detection by treating as a bitmask + 1. Spotted
Nicholas Marriott
2010-09-01
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-12-03
*
Handle partial xterm function key sequences.
Nicholas Marriott
2009-11-30
*
Old xterm F1-F4 are \033O_P not \033[O_P.
Nicholas Marriott
2009-11-05
*
Nuke accidentally-committed debugging statement.
Nicholas Marriott
2009-10-26
*
Rewrite xterm-keys code (both input and output) so that works (doesn't always
Nicholas Marriott
2009-10-26