aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-01-31 09:57:41 +0000
committernicm <nicm>2016-01-31 09:57:41 +0000
commitfa64b89ad7af8daf04c50b54fe8b45411750149e (patch)
tree617d87bedc6e6246399ad29e3ad27334ee56efe1 /tmux.h
parent49e9f937387356a3970fdb2af6bb56818127b433 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 8edb9209..997690fc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);