summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2010-12-20 05:23:12 +0900
committerAmadeusz Sławiński <amade@asmblr.net>2014-07-24 11:50:47 +0200
commitb6f1fddeac1f9edb813ef4f46dd96223eb619a33 (patch)
tree4eb7b7c5cac2d26bc1767f62d76349e7b44a6724
parent90340f1072e7113b39694f116b109fbb410c5a33 (diff)
downloadscreen-b6f1fddeac1f9edb813ef4f46dd96223eb619a33.tar.gz
Treat MINUS SIGN (U+2212) as double width.
-rw-r--r--src/encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.c b/src/encoding.c
index da1b355..19570d3 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -943,7 +943,7 @@ utf8_isdouble(int c)
{ 0x2190, 0x2199 }, { 0x21B8, 0x21B9 }, { 0x21D2, 0x21D2 },
{ 0x21D4, 0x21D4 }, { 0x21E7, 0x21E7 }, { 0x2200, 0x2200 },
{ 0x2202, 0x2203 }, { 0x2207, 0x2208 }, { 0x220B, 0x220B },
- { 0x220F, 0x220F }, { 0x2211, 0x2211 }, { 0x2215, 0x2215 },
+ { 0x220F, 0x220F }, { 0x2211, 0x2212 }, { 0x2215, 0x2215 },
{ 0x221A, 0x221A }, { 0x221D, 0x2220 }, { 0x2223, 0x2223 },
{ 0x2225, 0x2225 }, { 0x2227, 0x222C }, { 0x222E, 0x222E },
{ 0x2234, 0x2237 }, { 0x223C, 0x223D }, { 0x2248, 0x2248 },