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:
parent
cb84cb12cd
commit
93ebf23a18
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue