1
0
Fork 0

added support for echoing characters

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@557
This commit is contained in:
Peter Veenstra 2002-12-03 17:27:59 +00:00
parent 84e09e2a65
commit 581774e9bc
3 changed files with 45 additions and 17 deletions

View file

@ -47,6 +47,7 @@ void DOS_Shell::InputCommand(char * line) {
Bitu str_len=0;Bitu str_index=0;
while (size) {
dos.echo=false;
DOS_ReadFile(input_handle,&c,&n);
if (!n) {
size=0; //Kill the while loop