mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +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)
|
if (!bCtrlBreak)
|
||||||
break;
|
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,
|
* A Ctrl-C. Do not clear the command line,
|
||||||
* but return an empty string in str.
|
* but return an empty string in str.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue