| Commit message (Expand) | Author | Age |
* | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-02-23 |
* | Merge branch 'obsd-master' | Thomas Adam | 2012-12-08 |
|\ |
|
| * | Simplify command string parsing with a helper function from Tiago Cunha. | Nicholas Marriott | 2012-12-06 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott | 2010-12-13 |
| * | have_arg matches buf so it is no longer necessary, spotted by Tim van der | Nicholas Marriott | 2010-02-19 |
| * | Remove unnecessary comparison, pointed out by Tiago Cunha. | Nicholas Marriott | 2010-01-31 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it | Nicholas Marriott | 2009-11-26 |
| * | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix | Nicholas Marriott | 2009-11-21 |
| * | I made a complete horlicks of the last change, fix it so it doesn't either lead | Nicholas Marriott | 2009-11-16 |
| * | Rewrite a confusing loop when freeing the arg array on exit and move the check | Nicholas Marriott | 2009-11-11 |
| * | tabs are better; ok nicm | Theo Deraadt | 2009-10-26 |
| * | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott | 2009-08-08 |
| * | Add a terminal-overrides session option allowing individual terminfo(5) entries | Nicholas Marriott | 2009-08-03 |
| * | Expand leading tildes in arguments, from Tiage Cunha. | Nicholas Marriott | 2009-07-13 |
| * | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott | 2009-07-08 |
| * | strdup the input to putenv to avoid in one case passing a string that is later | Nicholas Marriott | 2009-06-05 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
* | Sync OpenBSD patchset 1150: | Tiago Cunha | 2012-07-11 |
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
* | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott | 2010-12-13 |
* | Sync OpenBSD patchset 649: | Tiago Cunha | 2010-02-26 |
* | Sync OpenBSD patchset 628: | Tiago Cunha | 2010-02-02 |
* | Sync OpenBSD patchset 581: | Tiago Cunha | 2009-12-04 |
* | Sync OpenBSD patchset 565: | Tiago Cunha | 2009-11-28 |
* | Sync OpenBSD patchset 559: | Tiago Cunha | 2009-11-22 |
* | Sync OpenBSD patchset 541: | Tiago Cunha | 2009-11-18 |
* | Sync OpenBSD patchset 530: | Tiago Cunha | 2009-11-13 |
* | Sync OpenBSD patchset 467: | Tiago Cunha | 2009-10-28 |
* | Sync OpenBSD patchset 231: | Tiago Cunha | 2009-08-09 |
* | Sync OpenBSD patchset 211: | Tiago Cunha | 2009-08-09 |
* | Whoops, chose the wrong one in a conflict. Revert. | Nicholas Marriott | 2009-07-14 |
* | If it exist, load a system-wide configuration file /etc/tmux.conf before any | Nicholas Marriott | 2009-07-14 |
* | Expand leading tilde on commands which expect a filename. | Tiago Cunha | 2009-07-13 |
* | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott | 2009-07-09 |
* | Restore $Id$ and add script to do so. | Nicholas Marriott | 2009-06-25 |
* | strdup the input to putenv to avoid in one case passing a string that is later | Nicholas Marriott | 2009-06-25 |
* | putenv can be char *. | Nicholas Marriott | 2009-05-15 |
* | Spacing. | Nicholas Marriott | 2009-05-04 |
* | Don't leak string arguments and options. | Nicholas Marriott | 2009-02-16 |
* | Handle "" properly. | Nicholas Marriott | 2009-02-08 |
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | Even better, use cause. | Nicholas Marriott | 2008-12-10 |
* | Make window options work the same was as session options, add mode-fg/mode-bg... | Nicholas Marriott | 2008-12-08 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Comment tweak. | Nicholas Marriott | 2008-08-01 |
* | == 0 not == NULL | Nicholas Marriott | 2008-07-25 |
* | Environment variables in configuration file. | Nicholas Marriott | 2008-07-25 |