Restore utf8proc code.

This commit is contained in:
Nicholas Marriott
2023-09-19 09:29:04 +01:00
parent 789a98982e
commit 51b80b985e
2 changed files with 10 additions and 0 deletions

1
tmux.h
View File

@@ -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 *);