Add p format modifier for padding to width.

This commit is contained in:
nicm
2019-11-25 15:04:15 +00:00
parent 5d0504ee11
commit 1ebd8c1234
4 changed files with 52 additions and 3 deletions

1
tmux.h
View File

@ -2638,6 +2638,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 *);
/* procname.c */