=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1053 retrieving revision 1.1054 diff -c -r1.1053 -r1.1054 *** src/usr.bin/tmux/tmux.h 2020/05/25 09:32:10 1.1053 --- src/usr.bin/tmux/tmux.h 2020/05/25 15:02:25 1.1054 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1053 2020/05/25 09:32:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1054 2020/05/25 15:02:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 673,679 **** /* Grid extended cell entry. */ struct grid_extd_entry { ! uint32_t data; u_short attr; u_char flags; int fg; --- 673,679 ---- /* Grid extended cell entry. */ struct grid_extd_entry { ! u_int data; u_short attr; u_char flags; int fg; *************** *** 2889,2897 **** void session_renumber_windows(struct session *); /* utf8.c */ ! uint32_t utf8_set_big(char, u_int); ! uint32_t utf8_map_big(const struct utf8_data *); ! void utf8_get_big(uint32_t, struct utf8_data *); void utf8_set(struct utf8_data *, u_char); void utf8_copy(struct utf8_data *, const struct utf8_data *); enum utf8_state utf8_open(struct utf8_data *, u_char); --- 2889,2897 ---- void session_renumber_windows(struct session *); /* utf8.c */ ! u_int utf8_set_big(char, u_int); ! u_int utf8_map_big(const struct utf8_data *); ! void utf8_get_big(u_int, struct utf8_data *); void utf8_set(struct utf8_data *, u_char); void utf8_copy(struct utf8_data *, const struct utf8_data *); enum utf8_state utf8_open(struct utf8_data *, u_char);