Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-12-26 12:01:26 +00:00
4 changed files with 238 additions and 1 deletions

1
tmux.h
View File

@ -2691,6 +2691,7 @@ void session_group_add(struct session_group *, struct session *);
void session_group_synchronize_to(struct session *);
void session_group_synchronize_from(struct session *);
u_int session_group_count(struct session_group *);
u_int session_group_attached_count(struct session_group *);
void session_renumber_windows(struct session *);
/* utf8.c */