diff options
author | nicm <nicm> | 2015-11-12 12:43:36 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-12 12:43:36 +0000 |
commit | a209ea3953ba16742f6f6bb19b76ffdb1200960e (patch) | |
tree | bed7e3705a9e789974edc0ffb0387521514ce9e3 /tmux.h | |
parent | 1da7475d0e2cbfb8b301fcad5cbcfb3ee4c087bb (diff) | |
download | rtmux-a209ea3953ba16742f6f6bb19b76ffdb1200960e.tar.gz rtmux-a209ea3953ba16742f6f6bb19b76ffdb1200960e.tar.bz2 rtmux-a209ea3953ba16742f6f6bb19b76ffdb1200960e.zip |
Add utf8_padcstr and use it to align columns in list-keys.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2194,6 +2194,7 @@ struct utf8_data *utf8_fromcstr(const char *); char *utf8_tocstr(struct utf8_data *); u_int utf8_cstrwidth(const char *); char *utf8_trimcstr(const char *, u_int); +char *utf8_padcstr(const char *, u_int); /* procname.c */ char *get_proc_name(int, char *); |