aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-04-04 19:02:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-04-04 19:02:09 +0000
commitb02cd353543cb47ddaf079bd42f94696703f2667 (patch)
treea7f93d71da25c2bae91d2f3a97b60ccf9d63a9ee /tmux.h
parent7425122c1cd2aff909d72b33ef07b6a71d0c6922 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 576c4977..642d5530 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);