Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-01-01 18:01:10 +00:00
7 changed files with 371 additions and 233 deletions

1
tmux.h
View File

@ -3445,6 +3445,7 @@ void session_renumber_windows(struct session *);
enum utf8_state utf8_towc (const struct utf8_data *, wchar_t *);
enum utf8_state utf8_fromwc(wchar_t wc, struct utf8_data *);
int utf8_in_table(wchar_t, const wchar_t *, u_int);
void utf8_update_width_cache(void);
utf8_char utf8_build_one(u_char);
enum utf8_state utf8_from_data(const struct utf8_data *, utf8_char *);
void utf8_to_data(utf8_char, struct utf8_data *);