diff options
author | nicm <nicm> | 2020-07-21 05:24:33 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-07-21 05:24:33 +0000 |
commit | 743ab5728da1ce950a3782d5bc08831f61c5d744 (patch) | |
tree | b34d8f6f4c9a3bf2883da0c6a1120d14bebbcb41 /tmux.h | |
parent | 3b089fc69f3b111797e36bd2a881fff6b8cb5213 (diff) | |
download | rtmux-743ab5728da1ce950a3782d5bc08831f61c5d744.tar.gz rtmux-743ab5728da1ce950a3782d5bc08831f61c5d744.tar.bz2 rtmux-743ab5728da1ce950a3782d5bc08831f61c5d744.zip |
Fix show-buffer when run from inside tmux, GitHub issue 2314.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2940,6 +2940,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); |