Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-11-25 16:01:27 +00:00
4 changed files with 70 additions and 16 deletions

1
tmux.h
View File

@@ -2640,6 +2640,7 @@ struct utf8_data *utf8_fromcstr(const char *);
char *utf8_tocstr(struct utf8_data *);
u_int utf8_cstrwidth(const char *);
char *utf8_padcstr(const char *, u_int);
char *utf8_rpadcstr(const char *, u_int);
int utf8_cstrhas(const char *, const struct utf8_data *);
/* osdep-*.c */