Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix progress ETA. Need to set last_update.
Bryan Drewery committed 11 years ago
commit 3ff71cafac2b407695b3537f04e3d1ea867216f2
parent e1268af
1 file changed +1 -0
modified src/event.c
@@ -501,6 +501,7 @@ draw_progressbar(int64_t current, int64_t total)
					printf(" of %-*s", (int)(ttywidth - r - strlen(buf)), buf);
			}
		}
+
		last_update = now;
		fflush(stdout);
	}
	if (current >= total)