diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-11-25 16:01:27 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-11-25 16:01:27 +0000 |
commit | daa93b3fdc21f0c27fe94231cc96213c9b38e949 (patch) | |
tree | 23bc1b3a598743231bc215bc6c160a997a21dd02 /tmux.h | |
parent | 81d4f95c2fd06377c450b818dfd6b247b24db61d (diff) | |
parent | 1ebd8c123415a60960dcd088d75d13f761bd3b3b (diff) | |
download | rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.tar.gz rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.tar.bz2 rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |