1
0
Fork 0

forgot to clear the ansi.esc if an error occured

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@571
This commit is contained in:
Peter Veenstra 2002-12-13 15:31:31 +00:00
parent cb84cb12cd
commit 93ebf23a18

View file

@ -144,6 +144,7 @@ bool device_CON::Write(Bit8u * data,Bit16u * size) {
case 'M':/* scrolling UP*/
default:
LOG_DEBUG("ANSI: unknown char %c after a esc",data[count]); /*prob () */
ClearAnsi();
break;
}
count++;