Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-02-03 14:01:25 +00:00
4 changed files with 13 additions and 12 deletions

2
tmux.h
View File

@ -2426,7 +2426,7 @@ void screen_free(struct screen *);
void screen_reset_tabs(struct screen *);
void screen_set_cursor_style(struct screen *, u_int);
void screen_set_cursor_colour(struct screen *, const char *);
void screen_set_title(struct screen *, const char *);
int screen_set_title(struct screen *, const char *);
void screen_set_path(struct screen *, const char *);
void screen_push_title(struct screen *);
void screen_pop_title(struct screen *);