Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-06-10 10:01:20 +01:00
5 changed files with 100 additions and 42 deletions

1
tmux.h
View File

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