password: flush cout when prompting for password without newline

pull/88/head
moneromooo-monero 6 years ago committed by wowario
parent 5a0de0115d
commit c579994530
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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)

Loading…
Cancel
Save