summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-06-03 18:28:37 +0000
committernicm <nicm>2019-06-03 18:28:37 +0000
commit4ca1de1b8bc10dca47d2cf7399df41845c902c9e (patch)
tree72457b8c867aebb24f83cf68f6b6f09387aa598a /tmux.h
parent900238a30657a477f3c62ba344fcc73fc0948ac7 (diff)
Add new-session -X and attach-session -x to send SIGHUP to parent when
detaching (like detach-client -P). From Colin Watson in GitHub issue 1773.
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 8eb1e65a..3849790c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2009,7 +2009,7 @@ extern const struct cmd_entry *cmd_table[];
/* cmd-attach-session.c */
enum cmd_retval cmd_attach_session(struct cmdq_item *, const char *, int, int,
- const char *, int);
+ int, const char *, int);
/* cmd-parse.c */
void cmd_parse_empty(struct cmd_parse_input *);