mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
notmuch setup: Print a few protecting spaces after progress reports.
This is to help keep the report looking clean when a new report is shorter than a previous reports, (say, when crossing the boundary from over one minute remaining to less than one minute remaining). This used to be here, but I must have accidentally dropped it when reformatting the progress report recently.
This commit is contained in:
parent
266c612a50
commit
af65f52acf
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ add_files_print_progress (add_files_state_t *state)
|
||||||
state->count, state->total_messages);
|
state->count, state->total_messages);
|
||||||
print_formatted_seconds ((state->total_messages - state->count) /
|
print_formatted_seconds ((state->total_messages - state->count) /
|
||||||
rate_overall);
|
rate_overall);
|
||||||
printf (" remaining).\r");
|
printf (" remaining). \r");
|
||||||
|
|
||||||
fflush (stdout);
|
fflush (stdout);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue