From c2cd05962664c80f8ae063d6bf7a21084e0c2f37 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 13 May 2013 11:58:06 +0200 Subject: fix typo, duh. Thanks to Jim Mahood for reporting this. --- src/ansi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1