index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
xterm-keys.c
Age
Commit message (
Expand
)
Author
2014-07-21
Drop explicit support for F13-F20 and change to match the xterm terminfo
Nicholas Marriott
2014-05-27
Handle the top bit of xterm(1)-style modifier keys, based on a diff from
Nicholas Marriott
2014-02-10
The last fix to xterm keys meant that some keys such as \033OA were
Nicholas Marriott
2014-01-31
Fix partial matches with xterm-keys on, from m0viefreak dot cm at
Nicholas Marriott
2013-03-22
In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence
Nicholas Marriott
2011-06-23
Add a couple of extra xterm-style keys that gnome terminal provides,
Nicholas Marriott
2011-03-27
Don't include meta twice when working out the flags to output for
Nicholas Marriott
2011-01-01
Last few tables that should be const.
Nicholas Marriott
2010-10-14
Treat the meta bit in the xterm extended modifier key set as the same as
Nicholas Marriott
2010-09-01
Simplify xterm modifier detection by treating as a bitmask + 1. Spotted
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-11-30
Handle partial xterm function key sequences.
Nicholas Marriott
2009-11-05
Old xterm F1-F4 are \033O_P not \033[O_P.
Nicholas Marriott
2009-10-26
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