Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | Run job commands explicitly in the global enviroment (which can be | Nicholas Marriott | 2010-04-06 |
| | | | | | | modified with setenv -g) rather than with the environment tmux started with. | ||
* | Sync OpenBSD patchset 235: | Tiago Cunha | 2009-08-09 |
| | | | | | Nuke a dead variable found with clang and an unused declaration with lint. | ||
* | Sync OpenBSD patchset 232: | Tiago Cunha | 2009-08-09 |
| | | | | | Use a temporary variable for strdup of const char *. | ||
* | 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. |