Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-08-20 23:02:38 +01:00
2 changed files with 5 additions and 2 deletions

3
tmux.h
View File

@ -1304,8 +1304,11 @@ struct cmd_entry {
/* Status line. */
struct status_line {
struct event timer;
struct screen status;
struct screen *old_status;
int window_list_offset;
};
/* Client connection. */