summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-05-13 11:58:06 +0200
committerMichael Schroeder <mls@suse.de>2013-05-13 11:58:06 +0200
commitc2cd05962664c80f8ae063d6bf7a21084e0c2f37 (patch)
tree3bccdc82e2344747dee02ca899c0da54a5e7bc19
parentd94037c08a6dd30845b27cd76d99663e06aaabb2 (diff)
downloadscreen-c2cd05962664c80f8ae063d6bf7a21084e0c2f37.tar.gz
fix typo, duh. Thanks to Jim Mahood for reporting this.
-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;