| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
|
|
| |
store it in struct mouse_event, reduce the scroll size the 3 but allow
shift to reduce it to 1 and meta and ctrl to multiply by 3 if the
terminal supports them, also support wheel in choose mode. From Marcel
Partap.
|
| |
|
|
|
|
| |
buffer_sample bigger to let it trim at window right edge.
|
|
|
|
| |
Moc.
|
|
|
|
| |
by the format code.
|
| |
|
| |
|
| |
|
|
|
|
| |
be used. Fix from Koga Osamu.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Marcel Partap.
|
|
|
|
| |
out by Marcel Partap.
|
|
|
|
| |
minor changes.
|
| |
|
|
|
|
|
| |
from madmaverick9 at roxxmail dot eu, similar diff a few days later from
Marcel Partap.
|
| |
|
| |
|
|
|
|
| |
unique for tmux.
|
|
|
|
| |
doesn't make much sense as a session option.
|
|
|
|
| |
Balazs Kezes.
|
| |
|
| |
|
|
|
|
|
| |
with mouse-select-pane rather than just in copy mode, reported by Balazs
Kezes.
|
|
|
|
| |
fix from Thomas Adam.
|
| |
|
|
|
|
|
|
|
| |
and use them for the 256 colour set. If the terminfo entry doesn't have
colors#256 and the user gives -2 to the client, use a \033[38;5;Xm
sequence as before. Should allow fbterm to work with it's weird setaf
and setab.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
googlemail dot com.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
options with a single foo-style option. For example:
set -g status-fg yellow
set -g status-bg red
set -g status-attr blink
Becomes:
set -g status-style fg=yellow,bg=red,blink
The -a flag to set can be used to add to rather than replace a style. So:
set -g status-bg red
Becomes:
set -ag status-style bg=red
Currently this is fully backwards compatible (all *-{fg,bg,attr} options
remain) but the plan is to deprecate them over time.
From Tiago Cunha.
|
|
|
|
|
| |
that it can be restored when moving back to that cell with selectp
-L/-R/etc. From Suraj N Kurapati.
|
| |
|
|
|
|
| |
to screen width.
|
| |
|
|
|
|
| |
J Raynor.
|
|
|
|
| |
Benoit Pierre.
|