| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Add a couple of extra xterm-style keys that gnome terminal provides,
from Dustin Kirkland.
|
|
|
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/03/27 21:31:25
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Don't include meta twice when working out the flags to output for
|xterm-style keys - bit 3 is accepted on input but not on output. Also a
|style nit in the header.
|
|
|
|
|
| |
Last few tables that should be const.
|
|
|
|
|
|
| |
Treat the meta bit in the xterm extended modifier key set as the same as
escape (tmux's meta). From Emanuele Giaquinta.
|
|
|
|
|
|
| |
Simplify xterm modifier detection by treating as a bitmask + 1. Spotted
by and diff from Emanuele Giaquinta.
|
|
|
|
|
|
|
| |
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying
colours...
|
|
|
|
|
| |
Handle partial xterm function key sequences.
|
|
|
|
|
| |
Old xterm F1-F4 are \033O_P not \033[O_P.
|
|
|
|
|
| |
Nuke accidentally-committed debugging statement.
|
|
Rewrite xterm-keys code (both input and output) so that works (doesn't always
output the same modifiers, accepts all the possible input keys) and is more
understandable.
|