diff options
author | nicm <nicm> | 2016-01-31 09:57:41 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-01-31 09:57:41 +0000 |
commit | fa64b89ad7af8daf04c50b54fe8b45411750149e (patch) | |
tree | 617d87bedc6e6246399ad29e3ad27334ee56efe1 /tmux.h | |
parent | 49e9f937387356a3970fdb2af6bb56818127b433 (diff) | |
download | rtmux-fa64b89ad7af8daf04c50b54fe8b45411750149e.tar.gz rtmux-fa64b89ad7af8daf04c50b54fe8b45411750149e.tar.bz2 rtmux-fa64b89ad7af8daf04c50b54fe8b45411750149e.zip |
Whoops, need this for the previous reverse trim commit too.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2324,6 +2324,7 @@ char *utf8_sanitize(const char *); struct utf8_data *utf8_fromcstr(const char *); char *utf8_tocstr(struct utf8_data *); u_int utf8_cstrwidth(const char *); +char *utf8_rtrimcstr(const char *, u_int); char *utf8_trimcstr(const char *, u_int); char *utf8_padcstr(const char *, u_int); |