mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 20:06:59 -06:00
9.20
This commit is contained in:
committed by
Kornel Lesiński
parent
b75af1bba6
commit
de4f8c22fe
@@ -78,6 +78,8 @@ UString GetPassword(CStdOutStream *outStream)
|
||||
UString res = g_StdIn.ScanUStringUntilNewLine();
|
||||
if (wasChanged)
|
||||
SetConsoleMode(console, mode);
|
||||
(*outStream) << "\n";
|
||||
outStream->Flush();
|
||||
return res;
|
||||
#else
|
||||
return g_StdIn.ScanUStringUntilNewLine();
|
||||
|
||||
Reference in New Issue
Block a user