summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-06-10 07:27:10 +0000
committernicm <nicm>2020-06-10 07:27:10 +0000
commit23d79cfda87f822c7440fd572ce5fc440c079ac2 (patch)
tree0176ba308491f01ff5e71092da1e3e7903f01ad6 /tmux.h
parentfddcad6957056a32d8894f8c9c7cd44a9c56610b (diff)
Instead of a buffer size limit on each pane, set a limit of 300 seconds
of data for each client in control mode.
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 df63321d..ee59b4b3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1668,6 +1668,7 @@ struct client {
} exit_type;
enum msgtype exit_msgtype;
char *exit_session;
+ char *exit_message;
struct key_table *keytable;