From d47bd526aa0a8c5ae2cd697f4a8294702fd96944 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 26 Jan 2017 04:08:21 -0500 Subject: remove the wide emoji hacks they have been folded into modern versions of glib (>= 2.50.1) as part of unicode 9.0.0 --- src/window-xlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window-xlib.c') diff --git a/src/window-xlib.c b/src/window-xlib.c index fde8f43..c12602f 100644 --- a/src/window-xlib.c +++ b/src/window-xlib.c @@ -1213,7 +1213,7 @@ static int runes_window_is_word_char(RunesTerm *t, int row, int col) } uc = g_utf8_get_char(c->contents); - if (vt100_char_width(uc, t->config->wide_emoji) == 0) { + if (vt100_char_width(uc) == 0) { return 0; } if (g_unichar_isspace(uc)) { -- cgit v1.2.3-54-g00ecf