From 6f9ea7d2490870e0db934f69bda40422b362838a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 26 Dec 2020 19:24:50 -0500 Subject: [PATCH] Overwrite spinner when showing proof --- src/mkproof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkproof.c b/src/mkproof.c index 962421c..fe86cfa 100644 --- a/src/mkproof.c +++ b/src/mkproof.c @@ -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];