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

@ -627,6 +627,7 @@ struct DOS_Block {
bool breakcheck;
bool echo; // if set to true dev_con::read will echo input
bool direct_output;
bool internal_output;
struct {
RealPt mediaid;
RealPt tempdta;