| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
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.
|
|
|
|
| |
directory, from Tiago Cunha.
|
| |
|
| |
|
|
|
|
| |
pane. From Johannes Jakobsson.
|
|
|
|
| |
attach. Based on a diff from J Raynor.
|
|
|
|
|
|
| |
- Check for truncation when copying path.
- Don't need to use a temporary buffer in screen_set_title.
- Include strerror in output when connecting to server fails.
|
| |
|
| |
|
| |
|