| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| | |
Conflicts:
tmux.1
tmux.c
|
| |
| |
| |
| |
| |
| | |
being wrongly treated as partial matches. So both check xterm keys after
standard keys and only wildcard the minimum required ('1' to
'8'). Problems reported by Ralf Horstmann and Tim van der Molen.
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile
cmd-server-info.c
cmd-start-server.c
|
| |
| |
| |
| | |
googlemail dot com.
|
| |
| |
| |
| | |
and handle the most common set. Pass them through if xterm-keys is on.
|
| |
| |
| |
| | |
from Dustin Kirkland.
|
| |
| |
| |
| |
| | |
xterm-style keys - bit 3 is accepted on input but not on output. Also a
style nit in the header.
|
| | |
|
| |
| |
| |
| | |
escape (tmux's meta). From Emanuele Giaquinta.
|
| |
| |
| |
| | |
by and diff from Emanuele Giaquinta.
|
| |
| |
| |
| |
| | |
time now I've configured emacs to make them displayed in really annoying
colours...
|
| | |
|
| | |
|
| | |
|
|
|
|
|
| |
output the same modifiers, accepts all the possible input keys) and is more
understandable.
|
|
|
|
| |
handle the most common set. Pass them through if xterm-keys is on.
|
|
|
|
|
|
| |
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.
|