aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-01-31 12:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2016-01-31 12:01:09 +0000
commit5fce21728e61b0d2be39f3bc9eba28d5f400f61e (patch)
treee056480e3d798bf72d99f049f492b73df72d86c1 /tmux.h
parent404379049a4cb5480c2b1c19634c869e46feb220 (diff)
parentfa64b89ad7af8daf04c50b54fe8b45411750149e (diff)
downloadrtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.tar.gz
rtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.tar.bz2
rtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.zip
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 4bdc8afc..be00098d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2326,6 +2326,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);