aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-11-25 15:04:15 +0000
committernicm <nicm>2019-11-25 15:04:15 +0000
commit1ebd8c123415a60960dcd088d75d13f761bd3b3b (patch)
tree6ebf831a62c612723271e6542e5f7cff436143ed /tmux.h
parent5d0504ee115a7edd4fe53476a2721c180b0cbc26 (diff)
downloadrtmux-1ebd8c123415a60960dcd088d75d13f761bd3b3b.tar.gz
rtmux-1ebd8c123415a60960dcd088d75d13f761bd3b3b.tar.bz2
rtmux-1ebd8c123415a60960dcd088d75d13f761bd3b3b.zip
Add p format modifier for padding to width.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ac57dbf3..5b6a1716 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */