summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-11-25 16:01:27 +0000
committerThomas Adam <thomas@xteddy.org>2019-11-25 16:01:27 +0000
commitdaa93b3fdc21f0c27fe94231cc96213c9b38e949 (patch)
tree23bc1b3a598743231bc215bc6c160a997a21dd02 /tmux.h
parent81d4f95c2fd06377c450b818dfd6b247b24db61d (diff)
parent1ebd8c123415a60960dcd088d75d13f761bd3b3b (diff)
Merge branch 'obsd-master'
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 53feefd8..8374c410 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */