aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-02 22:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-02 22:01:20 +0100
commit3d5decb305a960edb0ca3d91ceec3929dcbc8c3e (patch)
treee25cda1f5ab7f5f8788d8d1bee0a78340fb32204 /tmux.h
parentebe866c378bc5ecd123d3f0d89cf5d3cbc87c9f2 (diff)
parent2a4d4bda2b94602e9f999ff0b59efa92613f75a9 (diff)
downloadrtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.tar.gz
rtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.tar.bz2
rtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 83e2ed45..f0e6ee8b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2904,7 +2904,7 @@ u_int session_group_attached_count(struct session_group *);
void session_renumber_windows(struct session *);
/* utf8.c */
-utf8_char utf8_build_one(char, u_int);
+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 *);
void utf8_set(struct utf8_data *, u_char);