Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-11-03 12:01:06 +00:00
3 changed files with 16 additions and 2 deletions

1
tmux.h
View File

@@ -3552,6 +3552,7 @@ struct event_base *osdep_event_init(void);
int utf8_has_zwj(const struct utf8_data *);
int utf8_is_zwj(const struct utf8_data *);
int utf8_is_vs(const struct utf8_data *);
int utf8_is_hangul_filler(const struct utf8_data *);
int utf8_should_combine(const struct utf8_data *,
const struct utf8_data *);
enum hanguljamo_state hanguljamo_check_state(const struct utf8_data *,