1
0
Fork 0

Be more compatible by converting tabs to spaces in the DOS console device rather than in the video BIOS teletype function.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3983
This commit is contained in:
ripsaw8080 2016-05-23 11:33:09 +00:00
parent 9fc2c31a97
commit 64a04b9985
4 changed files with 19 additions and 11 deletions

View file

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