summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2023-09-19 09:29:04 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2023-09-19 09:29:04 +0100
commit51b80b985e0a14c904100a20b72c1a3ada946577 (patch)
treedb6596b09fb2a539346a643ce3885b68f311cdc3 /tmux.h
parent789a98982eac63a02bb06fbd07a010fc2eec0e92 (diff)
Restore utf8proc code.
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 2f730842..53f73b20 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3343,6 +3343,7 @@ int utf8_cstrhas(const char *, const struct utf8_data *);
char *osdep_get_name(int, char *);
char *osdep_get_cwd(int);
struct event_base *osdep_event_init(void);
+
/* utf8-combined.c */
int utf8_has_zwj(const struct utf8_data *);
int utf8_is_zwj(const struct utf8_data *);