aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-07-21 08:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2020-07-21 08:01:19 +0100
commit90de0c1a9b044d1c180f3a10399f5372e7a434ab (patch)
tree1cd183948da7a6b68eb972037979d7b9d9a46711 /tmux.h
parent70a674dde1346ec9317a71afb8751aead355e40e (diff)
parent743ab5728da1ce950a3782d5bc08831f61c5d744 (diff)
downloadrtmux-90de0c1a9b044d1c180f3a10399f5372e7a434ab.tar.gz
rtmux-90de0c1a9b044d1c180f3a10399f5372e7a434ab.tar.bz2
rtmux-90de0c1a9b044d1c180f3a10399f5372e7a434ab.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 8f09d5ca..a17ae5c6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2942,6 +2942,7 @@ enum utf8_state utf8_append(struct utf8_data *, u_char);
int utf8_isvalid(const char *);
int utf8_strvis(char *, const char *, size_t, int);
int utf8_stravis(char **, const char *, int);
+int utf8_stravisx(char **, const char *, size_t, int);
char *utf8_sanitize(const char *);
size_t utf8_strlen(const struct utf8_data *);
u_int utf8_strwidth(const struct utf8_data *, ssize_t);