Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sync OpenBSD patchset 231: | Tiago Cunha | 2009-08-09 |
| | | | | | | | | | | | | | | | | | Infrastructure and commands to manage the environment for processes started within tmux. There is a global environment, copied from the external environment when the server is started and each session has an (initially empty) session environment which overrides it. New commands set-environment and show-environment manipulate or display the environments. A new session option, update-environment, is a space-separated list of variables which are updated from the external environment into the session environment every time a new session is created - the default is DISPLAY. | ||
* | Sync OpenBSD patchset 211: | Tiago Cunha | 2009-08-09 |
| | | | | | | | | | | Add a terminal-overrides session option allowing individual terminfo(5) entries to be overridden. The 88col/256col checks are now moved into the default setting and out of the code. Also remove a couple of old workarounds for xterm and rxvt which are no longer necessary (tmux can emulate them if missing). | ||
* | 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 |
| | | | | | user-specified one. | ||
* | 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 |
| | | | | | file/command prompt. From Tiago Cunha. | ||
* | 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 |
| | | | | | freed and in the other const strings. | ||
* | 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 ↵ | Nicholas Marriott | 2008-12-08 |
| | | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ | ||
* | 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 |
| | |||
* | Handle commented lines. | Nicholas Marriott | 2008-06-19 |
| | |||
* | Convert cfg.c to use cmd-string stuff. | Nicholas Marriott | 2008-06-19 |
| | |||
* | Command prompt for interactive commands. | Nicholas Marriott | 2008-06-19 |