summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-06-07 21:39:39 +0000
committernicm <nicm>2015-06-07 21:39:39 +0000
commitc4e811e51936edab66803a7b9e099ac135e6e19b (patch)
tree8f2d0eb57df2cfc54dc608cf21c133750cfab494 /tmux.h
parented6c036ee3192029e9d0a60e8f9bb2a4ccfb99bf (diff)
Add -E flag when attaching or switching client to bypass
update-environment, from Steven Lu.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 4ddf5c4a..265fdc40 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1801,7 +1801,7 @@ extern const struct cmd_entry cmd_wait_for_entry;
/* cmd-attach-session.c */
enum cmd_retval cmd_attach_session(struct cmd_q *, const char *, int, int,
- const char *);
+ const char *, int);
/* cmd-list.c */
struct cmd_list *cmd_list_parse(int, char **, const char *, u_int, char **);