aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-10 10:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-10 10:01:20 +0100
commitea4425b9bdc1da5f337db531104714bde3cd2ad4 (patch)
treec857f792143d834ecd44119810ab62f451576cfd /tmux.h
parent8b673cc4f2237b0f5f3e2e2ca7af063b832be052 (diff)
parent23d79cfda87f822c7440fd572ce5fc440c079ac2 (diff)
downloadrtmux-ea4425b9bdc1da5f337db531104714bde3cd2ad4.tar.gz
rtmux-ea4425b9bdc1da5f337db531104714bde3cd2ad4.tar.bz2
rtmux-ea4425b9bdc1da5f337db531104714bde3cd2ad4.zip
Merge branch 'obsd-master'
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 dff79a83..4c3122b1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1670,6 +1670,7 @@ struct client {
} exit_type;
enum msgtype exit_msgtype;
char *exit_session;
+ char *exit_message;
struct key_table *keytable;