Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-07-27 10:01:21 +01:00
9 changed files with 39 additions and 16 deletions

3
tmux.h
View File

@ -2452,8 +2452,7 @@ struct style_range *status_get_range(struct client *, u_int, u_int);
void status_init(struct client *);
void status_free(struct client *);
int status_redraw(struct client *);
void printflike(3, 4) status_message_set(struct client *, int, const char *,
...);
void status_message_set(struct client *, int, int, const char *, ...);
void status_message_clear(struct client *);
int status_message_redraw(struct client *);
void status_prompt_set(struct client *, struct cmd_find_state *,