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:
parent
9fc2c31a97
commit
64a04b9985
4 changed files with 19 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue