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