| Commit message (Collapse) | Author | Age |
... | |
|\|
| |
| |
| |
| | |
Conflicts:
client.c
|
| |
| |
| |
| | |
to do this along later for those who want it.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
entry:
F13-F24 are S-F1 to S-F12
F25-F36 are C-F1 to C-F12
F37-F48 are C-S-F1 to C-S-F12
F49-F60 are M-F1 to M-F12
and F61-F63 are M-S-F1 to M-S-F3
This should be no difference for applications inside tmux, but means
that any key binding for F13 will need to be replaced by S-F1 and so on.
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
format.c
window.c
|
| |
| |
| |
| | |
normally does nothing), from Marcel Partap.
|
|\| |
|
| |
| |
| |
| | |
to be global. Move to paste.c.
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
Makefile
tty-keys.c
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
tmux.h
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
window or unzoom (restored to the normal layout) if it already zoomed,
bound to C-b z by default. The pane is unzoomed on pretty much any
excuse whatsoever.
We considered making this a new layout but the requirements are quite
different from layouts so decided it is better as a special case. Each
current layout cell is saved, a temporary one-cell layout generated and
all except the active pane set to NULL.
Prompted by suggestions and scripts from several. Thanks to Aaron Jensen
and Thiago Padilha for testing an earlier version.
|
| |
| |
| |
| |
| | |
SM/RM 1006 and is similar in style to SGR input: \033[<b;x;yM or
\033[b;x;ym. From Egmont Koblinger.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
or unzoom (restored to the normal layout) if it already zoomed, bound to C-b z
by default. The pane is unzoomed on pretty much any excuse whatsoever.
We considered making this a new layout but the requirements are quite different
from layouts so decided it is better as a special case. Each current layout
cell is saved, a temporary one-cell layout generated and all except the active
pane set to NULL.
Prompted by suggestions and scripts from several. Thanks to Aaron Jensen and
Thiago Padilha for testing an earlier version.
|
| |
| |
| |
| |
| | |
1006 and is similar in style to SGR input: \033[<b;x;yM or \033[b;x;ym. From
Egmont Koblinger.
|
|\|
| |
| |
| | |
Sync from OpenBSD.
|
| | |
|
|\|
| |
| |
| | |
Sync from OpenBSD.
|
| |
| |
| |
| |
| | |
and simplifying how buttons and wheels are represented, from Ailin
Nemui. Should be no functional changes.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
does not enter copy mode. Patch from SF bug 3374493.
In future the mode-mouse option is likely to die and be broken into
several smaller options.
|
| |
| |
| |
| |
| |
| | |
mode when the mouse is dragged or the mouse wheel is used. Also exit
copy mode when the mouse wheel is scrolled off the bottom. Discussed
with and written by hsim at gmx dot li.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and supports larger terminals than the older way.
If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
UTF-8 terminals. The option defaults to on if LANG etc are set in the
same manner as the utf8 option.
With help and based on code from hsim at gmx.li.
|
| | |
|
| |
| |
| |
| | |
gmx.li.
|
| |
| |
| |
| |
| | |
time now I've configured emacs to make them displayed in really annoying
colours...
|
| |
| |
| |
| | |
wrong way round).
|
| | |
|
| |
| |
| |
| | |
alt AND the key not alt instead of it.
|
| |
| |
| |
| |
| | |
The evbuffer API is very similar to the existing tmux buffer API so this was
remarkably painless. Not many possible ways to do it, I suppose.
|
| |
| |
| |
| |
| | |
Also mark the rxvt special-cases as such until terminfo is updated to have
kLFT5, kRIT5 etc.
|
| |
| |
| |
| |
| | |
output the same modifiers, accepts all the possible input keys) and is more
understandable.
|
| | |
|
| |
| |
| |
| | |
rxvt-style output.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
more cleanup is needed first).
|
| |
| |
| |
| |
| |
| |
| | |
three u_chars around.
As a side-effect this fixes incorrectly rejecting high cursor positions
(because it was comparing them as signed char), reported by Tom Doherty.
|
| |
| |
| |
| |
| |
| | |
matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs
cap is often wrong or missing so it can't be used, and just assuming \177 may
be wrong.
|
| |
| |
| |
| | |
wrap flag sets/clears/tests.
|
|
|
|
|
|
|
| |
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.
ok deraadt pirofti
|
|
|
|
|
| |
xfree is not particularly helpful, remove it. From Thomas Adam.
|
|
|
|
|
| |
Only enter copy mode on scroll up, from Ailin Nemui.
|
|
|
|
|
| |
Simplify mouse input function.
|