summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-25 22:27:17 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-25 22:27:17 -0500
commitda065599801b35070a83217ab79d7c22a2b5024b (patch)
treed6abf65cb810fbf4f29414d9bb82ec3273c929c0 /src/unicode-extra.h
parent32f97d8385d591ec4026f3fb5a1ab8e34e12a06d (diff)
downloadlibvt100-da065599801b35070a83217ab79d7c22a2b5024b.tar.gz
libvt100-da065599801b35070a83217ab79d7c22a2b5024b.zip
allow specifying whether or not emoji are wide
vim says yes, weechat says no ¯\_(ツ)_/¯
Diffstat (limited to 'src/unicode-extra.h')
-rw-r--r--src/unicode-extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode-extra.h b/src/unicode-extra.h
index be3b28b..befec7a 100644
--- a/src/unicode-extra.h
+++ b/src/unicode-extra.h
@@ -3,6 +3,6 @@
#include <stdint.h>
-int vt100_char_width(uint32_t codepoint);
+int vt100_char_width(uint32_t codepoint, int wide_emoji);
#endif