mirror of
https://github.com/monero-project/monero.git
synced 2026-01-05 01:07:21 -08:00
password: flush cout when prompting for password without newline
This commit is contained in:
@@ -164,7 +164,7 @@ namespace
|
||||
while (true)
|
||||
{
|
||||
if (message)
|
||||
std::cout << message <<": ";
|
||||
std::cout << message <<": " << std::flush;
|
||||
if (!read_from_tty(pass1))
|
||||
return false;
|
||||
if (verify)
|
||||
|
||||
Reference in New Issue
Block a user