2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-04-24 00:45:01 +02:00

Overwrite spinner when showing proof

This commit is contained in:
Drew DeVault 2020-12-26 19:24:50 -05:00
parent 2efaf30d3a
commit 6f9ea7d249

View File

@ -59,7 +59,7 @@ run_mkproof(argon2_context context, int digits)
}
if (isatty(STDERR_FILENO)) {
fprintf(stderr, "Here is your proof:\n");
fprintf(stderr, "\rHere is your proof:\n");
}
char proof[33];