Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-19 00:01:31 +01:00
3 changed files with 37 additions and 12 deletions

2
tmux.h
View File

@ -1564,6 +1564,8 @@ struct client {
int flags;
struct key_table *keytable;
uint64_t redraw_panes;
char *message_string;
struct event message_timer;
u_int message_next;