no more scrolling

This commit is contained in:
tonton Th 2019-09-05 15:50:47 +02:00
parent 2f01b6b9bf
commit a9964cc39b
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ for (i = 0; i < nbre_capt; i++) {
}
if(verbosity > 1) {
printf("%6d / %6d %9.3f\n", i, nbre_capt,
printf("%6d / %6d %9.3f\r", i, nbre_capt,
fimg_timer_get(0));
}