Instead of a buffer size limit on each pane, set a limit of 300 seconds

of data for each client in control mode.
This commit is contained in:
nicm
2020-06-10 07:27:10 +00:00
parent fddcad6957
commit 23d79cfda8
5 changed files with 100 additions and 42 deletions

1
tmux.h
View File

@ -1668,6 +1668,7 @@ struct client {
} exit_type;
enum msgtype exit_msgtype;
char *exit_session;
char *exit_message;
struct key_table *keytable;