aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add.Nicholas Marriott2011-10-27
|
* Recognise special keys and binds with multiple modifiers. From Bastien Dejean.Tiago Cunha2011-10-23
|
* Sync OpenBSD patchset 970:Tiago Cunha2011-10-23
| | | | | | Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion.
* Sync OpenBSD patchset 969:Tiago Cunha2011-10-23
| | | | | | Support for \e[3J to clear the history. Also send the corresponding terminfo code (E3) before locking.
* Sync OpenBSD patchset 968:Tiago Cunha2011-10-23
| | | | | | Try to resolve relative paths for loadb and saveb (first using client working directory if any then default-path or session wd).
* Sync OpenBSD patchset 967:Tiago Cunha2011-10-23
| | | | | For initial session, use size of command client even if detached.
* Sync OpenBSD patchset 966:Tiago Cunha2011-10-23
| | | | | Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
* Sync OpenBSD patchset 965:Tiago Cunha2011-10-23
| | | | | Add client formats, from Ben Boeckel.
* Sync OpenBSD patchset 964:Tiago Cunha2011-10-23
| | | | | Plug a memory leak and update some comments, from Tiago Cunha.
* Sync OpenBSD patchset 963:Tiago Cunha2011-10-23
| | | | | Add an else clause for if-shell, from "arno-" on SourceForge.
* Done.Nicholas Marriott2011-10-23
|
* Done!Nicholas Marriott2011-10-23
|
* +.Nicholas Marriott2011-10-23
|
* +.Nicholas Marriott2011-10-23
|
* Add manpage, also spaces->tabs.Nicholas Marriott2011-10-10
|
* Fix some warnings with newer autoconf, from Matt Curtis.Nicholas Marriott2011-10-06
|
* Sync OpenBSD patchset 962:Tiago Cunha2011-10-02
| | | | | Add a few more formats for panes (tty, pid, start cmd/cwd).
* Sync OpenBSD patchset 961:Tiago Cunha2011-10-02
| | | | | Add -S option to refresh-client to redraw status line, from Marco Beck.
* Sync OpenBSD patchset 960:Tiago Cunha2011-10-02
| | | | | Reject $SHELL if it is not a full path.
* Sync OpenBSD patchset 959:Tiago Cunha2011-10-02
| | | | | Tweaks to the format parts, from Tiago Cunha.
* Sync OpenBSD patchset 958:Tiago Cunha2011-10-02
| | | | | Fix typo: ) -> }.
* Done.Nicholas Marriott2011-10-02
|
* Add.Nicholas Marriott2011-10-02
|
* Add.Nicholas Marriott2011-10-02
|
* Separate dfly from fbsd as one or the other keeps becoming incompatibleNicholas Marriott2011-09-29
| | | | | ;-). From Antonio Huete Jimenez
* +.Nicholas Marriott2011-09-25
|
* The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.Nicholas Marriott2011-09-23
|
* +.Nicholas Marriott2011-09-23
|
* Sync OpenBSD patchset 957:Tiago Cunha2011-09-21
| | | | | | Mark dead panes with some text saying they are dead, suggested by and with help from Randy Stauner.
* Sync OpenBSD patchset 956:Tiago Cunha2011-09-21
| | | | | Another memory leak from Tiago Cunha.
* Sync OpenBSD patchset 955:Tiago Cunha2011-09-21
| | | | | Plug memory leak, from Tiago Cunha.
* Sync OpenBSD patchset 954:Tiago Cunha2011-09-21
| | | | | tweak previous;
* Add format.c to the list of sources.Tiago Cunha2011-09-21
|
* Sync OpenBSD patchset 953:Tiago Cunha2011-09-21
| | | | | | | | | | 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.
* Add build instructions based on diff from Frank Terbeck.Nicholas Marriott2011-09-15
|
* Use %u for process group on Sun OS.Nicholas Marriott2011-09-11
|
* Sync OpenBSD patchset 951:Tiago Cunha2011-08-25
| | | | | | Support \ for line continuation in the configuration file, from Julius Plenz.
* Sync OpenBSD patchset 950:Tiago Cunha2011-08-25
| | | | | Add pane-base-index option, from Ben Barbour.
* Sync OpenBSD patchset 949:Tiago Cunha2011-08-25
| | | | | Add a tty_bell wrapper function, from Dylan Alex Simon.
* libm isn't needed anymore.Tiago Cunha2011-08-25
|
* Sync OpenBSD patchset 948:Tiago Cunha2011-08-25
| | | | | | There is no need to use sqrt()/INFINITY here which simplifies the code and makes it more portable, from Havard Eidnes.
* Sync OpenBSD patchset 947:Tiago Cunha2011-08-21
| | | | | Fix a couple of memory leaks, from marcel partap.
* Sync OpenBSD patchset 946:Tiago Cunha2011-08-21
| | | | | | Add a -r flag to switch-client to toggle the client read-only flag. From Johan Commelin.
* Sync OpenBSD patchset 945:Tiago Cunha2011-08-21
| | | | | | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651.
* Sync OpenBSD patchset 944:Tiago Cunha2011-08-21
| | | | | | Use key_bindings_remove for unbind-key -a to allow it to work from key bindings. From "miaout17" SF bug 3392063.
* Sync OpenBSD patchset 943:Tiago Cunha2011-08-21
| | | | | | Correctly skip existing numbers when generating the name for a new session.
* +.Nicholas Marriott2011-08-16
|
* +.Nicholas Marriott2011-08-15
|
* +.Nicholas Marriott2011-08-14
|
* Sync OpenBSD patchset 942:Tiago Cunha2011-08-04
| | | | | fix error in previous;