reset ccmode when clearing screen

This commit is contained in:
marschap
2006-07-30 16:58:26 +00:00
parent abed4843a9
commit 172bfa73ee
+1
View File
@@ -911,6 +911,7 @@ CFontz_clear(Driver *drvthis)
PrivateData *p = drvthis->private_data;
memset(p->framebuf, ' ', p->width * p->height);
p->ccmode = standard;
}
/////////////////////////////////////////////////////////////////