From bd9fc2ba0396f04df399c1f685aacced84128518 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 18:32:24 -0400 Subject: properly handle zero width characters --- src/unicode-extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unicode-extra.h') 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 -int vt100_is_wide_char(uint32_t codepoint); +int vt100_char_width(uint32_t codepoint); #endif -- cgit v1.2.3-54-g00ecf