Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sync OpenBSD patchset 976: | Tiago Cunha | 2011-11-10 |
| | | | | | | Option to change status line (message) background when using vi keys and in command mode. From Ben Boeckel. | ||
* | Add. | Nicholas Marriott | 2011-11-09 |
| | |||
* | Sync OpenBSD patchset 975: | Tiago Cunha | 2011-10-31 |
| | | | | | minor formatting fix; | ||
* | Sync OpenBSD patchset 974: | Tiago Cunha | 2011-10-31 |
| | | | | | | Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise. | ||
* | Sync OpenBSD patchset 973: | Tiago Cunha | 2011-10-31 |
| | | | | | Missing -o on usage for pipe-pane, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 972: | Tiago Cunha | 2011-10-31 |
| | | | | | | | Didn't really think the else behaviour through - requiring argv to contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha. | ||
* | Sync OpenBSD patchset 971: | Tiago Cunha | 2011-10-31 |
| | | | | | When copying, make repeat count indicate buffer to replace if used. | ||
* | Use pkg-config for libevent. | Nicholas Marriott | 2011-10-27 |
| | |||
* | Add. | Nicholas Marriott | 2011-10-27 |
| | |||
* | Recognise special keys and binds with multiple modifiers. From Bastien Dejean. | Tiago Cunha | 2011-10-23 |
| | |||
* | Sync OpenBSD patchset 970: | Tiago Cunha | 2011-10-23 |
| | | | | | | Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. | ||
* | Sync OpenBSD patchset 969: | Tiago Cunha | 2011-10-23 |
| | | | | | | Support for \e[3J to clear the history. Also send the corresponding terminfo code (E3) before locking. | ||
* | Sync OpenBSD patchset 968: | Tiago Cunha | 2011-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 Cunha | 2011-10-23 |
| | | | | | For initial session, use size of command client even if detached. | ||
* | Sync OpenBSD patchset 966: | Tiago Cunha | 2011-10-23 |
| | | | | | Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. | ||
* | Sync OpenBSD patchset 965: | Tiago Cunha | 2011-10-23 |
| | | | | | Add client formats, from Ben Boeckel. | ||
* | Sync OpenBSD patchset 964: | Tiago Cunha | 2011-10-23 |
| | | | | | Plug a memory leak and update some comments, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 963: | Tiago Cunha | 2011-10-23 |
| | | | | | Add an else clause for if-shell, from "arno-" on SourceForge. | ||
* | Done. | Nicholas Marriott | 2011-10-23 |
| | |||
* | Done! | Nicholas Marriott | 2011-10-23 |
| | |||
* | +. | Nicholas Marriott | 2011-10-23 |
| | |||
* | +. | Nicholas Marriott | 2011-10-23 |
| | |||
* | Add manpage, also spaces->tabs. | Nicholas Marriott | 2011-10-10 |
| | |||
* | Fix some warnings with newer autoconf, from Matt Curtis. | Nicholas Marriott | 2011-10-06 |
| | |||
* | Sync OpenBSD patchset 962: | Tiago Cunha | 2011-10-02 |
| | | | | | Add a few more formats for panes (tty, pid, start cmd/cwd). | ||
* | Sync OpenBSD patchset 961: | Tiago Cunha | 2011-10-02 |
| | | | | | Add -S option to refresh-client to redraw status line, from Marco Beck. | ||
* | Sync OpenBSD patchset 960: | Tiago Cunha | 2011-10-02 |
| | | | | | Reject $SHELL if it is not a full path. | ||
* | Sync OpenBSD patchset 959: | Tiago Cunha | 2011-10-02 |
| | | | | | Tweaks to the format parts, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 958: | Tiago Cunha | 2011-10-02 |
| | | | | | Fix typo: ) -> }. | ||
* | Done. | Nicholas Marriott | 2011-10-02 |
| | |||
* | Add. | Nicholas Marriott | 2011-10-02 |
| | |||
* | Add. | Nicholas Marriott | 2011-10-02 |
| | |||
* | Separate dfly from fbsd as one or the other keeps becoming incompatible | Nicholas Marriott | 2011-09-29 |
| | | | | | ;-). From Antonio Huete Jimenez | ||
* | +. | Nicholas Marriott | 2011-09-25 |
| | |||
* | The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh. | Nicholas Marriott | 2011-09-23 |
| | |||
* | +. | Nicholas Marriott | 2011-09-23 |
| | |||
* | Sync OpenBSD patchset 957: | Tiago Cunha | 2011-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 Cunha | 2011-09-21 |
| | | | | | Another memory leak from Tiago Cunha. | ||
* | Sync OpenBSD patchset 955: | Tiago Cunha | 2011-09-21 |
| | | | | | Plug memory leak, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 954: | Tiago Cunha | 2011-09-21 |
| | | | | | tweak previous; | ||
* | Add format.c to the list of sources. | Tiago Cunha | 2011-09-21 |
| | |||
* | Sync OpenBSD patchset 953: | Tiago Cunha | 2011-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 Marriott | 2011-09-15 |
| | |||
* | Use %u for process group on Sun OS. | Nicholas Marriott | 2011-09-11 |
| | |||
* | Sync OpenBSD patchset 951: | Tiago Cunha | 2011-08-25 |
| | | | | | | Support \ for line continuation in the configuration file, from Julius Plenz. | ||
* | Sync OpenBSD patchset 950: | Tiago Cunha | 2011-08-25 |
| | | | | | Add pane-base-index option, from Ben Barbour. | ||
* | Sync OpenBSD patchset 949: | Tiago Cunha | 2011-08-25 |
| | | | | | Add a tty_bell wrapper function, from Dylan Alex Simon. | ||
* | libm isn't needed anymore. | Tiago Cunha | 2011-08-25 |
| | |||
* | Sync OpenBSD patchset 948: | Tiago Cunha | 2011-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 Cunha | 2011-08-21 |
| | | | | | Fix a couple of memory leaks, from marcel partap. |