From ba980a594ccbd89d96b1d105160e4e2bbdf56cad Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 23 Jun 2019 22:16:47 +0200 Subject: [PATCH] termptydbl: oops --- src/bin/termptydbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termptydbl.c b/src/bin/termptydbl.c index 0b3e5dfe..a4362d7f 100644 --- a/src/bin/termptydbl.c +++ b/src/bin/termptydbl.c @@ -93,7 +93,7 @@ _termpty_is_dblwidth_slow_get(const Termpty *ty, int g) ((g >= 0x30000) && (g <= 0x3fffd))) return EINA_TRUE; } - if (ty->config->emoji_dbl_width && ((g <= 0x1f004) && (g <= 0x1f9c0))) + if (ty->config->emoji_dbl_width && ((g >= 0x1f004) && (g <= 0x1f9c0))) { /* Taken from * https://github.com/ridiculousfish/widecharwidth/blob/master/widechar_width.h