From 23d79cfda87f822c7440fd572ce5fc440c079ac2 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 10 Jun 2020 07:27:10 +0000 Subject: Instead of a buffer size limit on each pane, set a limit of 300 seconds of data for each client in control mode. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit