about summary refs log tree commit diff stats
path: root/termbox/termbox.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-16 16:18:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-16 16:18:26 -0700
commite45c1ce281933f5cc6662d14e03feb195a289143 (patch)
treef8c0c8b029be6bc5c07f73d3d0735a01a4641ef4 /termbox/termbox.h
parent7b7aa5f66c756198b9cfdf2f616bb98e2c84c7b8 (diff)
downloadmu-e45c1ce281933f5cc6662d14e03feb195a289143.tar.gz
1573
Diffstat (limited to 'termbox/termbox.h')
-rw-r--r--termbox/termbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/termbox/termbox.h b/termbox/termbox.h
index 9b7fd772..50a8b5e1 100644
--- a/termbox/termbox.h
+++ b/termbox/termbox.h
@@ -203,6 +203,7 @@ int tb_poll_event(struct tb_event *event);
 int tb_utf8_char_length(char c);
 int tb_utf8_char_to_unicode(uint32_t *out, const char *c);
 int tb_utf8_unicode_to_char(char *out, uint32_t c);
+const char* to_unicode(uint32_t c);
 
 #ifdef __cplusplus
 }