diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 19:02:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 19:02:09 +0000 |
commit | b02cd353543cb47ddaf079bd42f94696703f2667 (patch) | |
tree | a7f93d71da25c2bae91d2f3a97b60ccf9d63a9ee /tmux.h | |
parent | 7425122c1cd2aff909d72b33ef07b6a71d0c6922 (diff) | |
download | rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.tar.gz rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.tar.bz2 rtmux-b02cd353543cb47ddaf079bd42f94696703f2667.zip |
Run job commands explicitly in the global enviroment (which can be
modified with setenv -g) rather than with the environment tmux started
with.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1330,6 +1330,7 @@ void environ_set(struct environ *, const char *, const char *); void environ_put(struct environ *, const char *); void environ_unset(struct environ *, const char *); void environ_update(const char *, struct environ *, struct environ *); +void environ_push(struct environ *); /* tty.c */ void tty_raw(struct tty *, const char *); |