1
0
Fork 0

ANSI emulation is activated for the session when an escape sequence is encountered other than those used by internal messages. Fixes LucasArts setup programs (Bug #458) provided that ANSI emulation is not activated.

Compatible scroll fill for ANSI emulation.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4097
This commit is contained in:
ripsaw8080 2018-05-03 16:49:48 +00:00
parent c7ced14d56
commit 630b9befb5
4 changed files with 28 additions and 9 deletions

View file

@ -1240,6 +1240,7 @@ public:
dos.version.major=5;
dos.version.minor=0;
dos.direct_output=false;
dos.internal_output=false;
}
~DOS(){
for (Bit16u i=0;i<DOS_DRIVES;i++) delete Drives[i];