diff options
author | nicm <nicm> | 2016-07-15 09:28:32 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-07-15 09:28:32 +0000 |
commit | 1718420c48737a3038966611c83f37f3c272901e (patch) | |
tree | 2a42f6a7460e9d304a00f594f475d02f8972a4bd /tmux.h | |
parent | 68b1fd0cc60fe8719c04c9cae4a6f3e971b78409 (diff) | |
download | rtmux-1718420c48737a3038966611c83f37f3c272901e.tar.gz rtmux-1718420c48737a3038966611c83f37f3c272901e.tar.bz2 rtmux-1718420c48737a3038966611c83f37f3c272901e.zip |
Log environment to new panes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1693,6 +1693,7 @@ 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 *); +void environ_log(struct environ *); /* tty.c */ void tty_create_log(void); |