mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
parent
2ccfe267a0
commit
7cdbdadf34
1 changed files with 7 additions and 0 deletions
|
@ -457,6 +457,13 @@ BOOL ReadCommand(LPTSTR str, INT maxlen)
|
|||
if (!bCtrlBreak)
|
||||
break;
|
||||
|
||||
/*
|
||||
* Fully print the entered string
|
||||
* so the command prompt would not overwrite it.
|
||||
*/
|
||||
SetCursorXY(orgx, orgy);
|
||||
ConOutPrintf(_T("%s"), str);
|
||||
|
||||
/*
|
||||
* A Ctrl-C. Do not clear the command line,
|
||||
* but return an empty string in str.
|
||||
|
|
Loading…
Reference in a new issue