summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 18:32:24 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 18:32:24 -0400
commitbd9fc2ba0396f04df399c1f685aacced84128518 (patch)
treef3b6edc4fa5608d1de13617211d4e8fa917376d2 /src/unicode-extra.h
parentebdda206434a93f5715aff55b0e9f59d03202d48 (diff)
downloadlibvt100-bd9fc2ba0396f04df399c1f685aacced84128518.tar.gz
libvt100-bd9fc2ba0396f04df399c1f685aacced84128518.zip
properly handle zero width characters
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 3f749e8..be3b28b 100644
--- a/src/unicode-extra.h
+++ b/src/unicode-extra.h
@@ -3,6 +3,6 @@
#include <stdint.h>
-int vt100_is_wide_char(uint32_t codepoint);
+int vt100_char_width(uint32_t codepoint);
#endif