Whoops, need this for the previous reverse trim commit too.

This commit is contained in:
nicm
2016-01-31 09:57:41 +00:00
parent 49e9f93738
commit fa64b89ad7
2 changed files with 38 additions and 0 deletions

1
tmux.h
View File

@ -2324,6 +2324,7 @@ char *utf8_sanitize(const char *);
struct utf8_data *utf8_fromcstr(const char *);
char *utf8_tocstr(struct utf8_data *);
u_int utf8_cstrwidth(const char *);
char *utf8_rtrimcstr(const char *, u_int);
char *utf8_trimcstr(const char *, u_int);
char *utf8_padcstr(const char *, u_int);