| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Support for \e[3J to clear the history. Also send the corresponding
terminfo code (E3) before locking.
|
|
|
|
|
|
| |
Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
|
|
|
|
|
| |
For initial session, use size of command client even if detached.
|
|
|
|
|
| |
Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
|
|
|
|
|
| |
Add client formats, from Ben Boeckel.
|
|
|
|
|
| |
Plug a memory leak and update some comments, from Tiago Cunha.
|
|
|
|
|
| |
Add an else clause for if-shell, from "arno-" on SourceForge.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add a few more formats for panes (tty, pid, start cmd/cwd).
|
|
|
|
|
| |
Add -S option to refresh-client to redraw status line, from Marco Beck.
|
|
|
|
|
| |
Reject $SHELL if it is not a full path.
|
|
|
|
|
| |
Tweaks to the format parts, from Tiago Cunha.
|
|
|
|
|
| |
Fix typo: ) -> }.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
;-). From Antonio Huete Jimenez
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Mark dead panes with some text saying they are dead, suggested by and
with help from Randy Stauner.
|
|
|
|
|
| |
Another memory leak from Tiago Cunha.
|
|
|
|
|
| |
Plug memory leak, from Tiago Cunha.
|
|
|
|
|
| |
tweak previous;
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add initial framework for more powerful formatting of command output and
use it for list-{panes,windows,sessions}. This allows more descriptive
replacements (such as #{session_name}) and conditionals.
Later this will be used for status_replace and list-keys and other
places.
|
| |
|
| |
|
|
|
|
|
|
| |
Support \ for line continuation in the configuration file, from Julius
Plenz.
|
|
|
|
|
| |
Add pane-base-index option, from Ben Barbour.
|
|
|
|
|
| |
Add a tty_bell wrapper function, from Dylan Alex Simon.
|
| |
|
|
|
|
|
|
| |
There is no need to use sqrt()/INFINITY here which simplifies the code
and makes it more portable, from Havard Eidnes.
|
|
|
|
|
| |
Fix a couple of memory leaks, from marcel partap.
|
|
|
|
|
|
| |
Add a -r flag to switch-client to toggle the client read-only flag. From
Johan Commelin.
|
|
|
|
|
|
| |
Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug
3385651.
|
|
|
|
|
|
| |
Use key_bindings_remove for unbind-key -a to allow it to work from key
bindings. From "miaout17" SF bug 3392063.
|
|
|
|
|
|
| |
Correctly skip existing numbers when generating the name for a new
session.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
fix error in previous;
|
|
|
|
|
|
|
|
|
| |
Extend the mode-mouse option to add a third choice which means the mouse
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.
|
|
|
|
|
|
| |
Do not require a client here, or pipe-pane will not work from the
command line.
|
| |
|