Fix handling of custom characters. ccmode was not reset on screen clear().

Remove unused ccmode from serialPOS.
This commit is contained in:
mmdolze
2011-01-05 19:54:54 +00:00
parent c4326258e6
commit 50ff73d7c1
4 changed files with 14 additions and 21 deletions
+1
View File
@@ -387,6 +387,7 @@ NoritakeVFD_clear (Driver *drvthis)
PrivateData *p = drvthis->private_data;
memset(p->framebuf, ' ', p->width * p->height);
p->ccmode = standard;
}