mirror of
https://github.com/tmux/tmux.git
synced 2025-11-24 19:06:07 +00:00
Ignore Hangul filler character. There doesn't seem to be much agreement
on what to do with this but ignoring it seems rightand does improve things. GitHub issue 3998.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -3499,6 +3499,7 @@ int utf8_cstrhas(const char *, const struct utf8_data *);
|
||||
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 *,
|
||||
|
||||
Reference in New Issue
Block a user