mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
committed by
Hermès BÉLUSCA - MAÏTO
parent
2ccfe267a0
commit
7cdbdadf34
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user