added support for echoing characters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@557
This commit is contained in:
parent
84e09e2a65
commit
581774e9bc
3 changed files with 45 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue