summaryrefslogtreecommitdiff
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ansi.c b/src/ansi.c
index 471b35f..04c9012 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -2927,7 +2927,7 @@ int ys, ye;
# endif
#endif
#ifdef UTF8
- if (p->encoding == UTF8)
+ if (p->w_encoding == UTF8)
{
if (ml->font != null && bcmp((char*)ml->font, null, p->w_width))
break;