aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c2
1 files changed, 1 insertions, 1 deletions
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)) {