X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=progress.h;h=a7c17ca7c4bdad953508d03c20e73022b03bd25a;hb=e076a0e71f25430205d0437c177fd12a7018e5ad;hp=5ae1a89e5a4669553e44d5bd0cc339c308c60c0f;hpb=fdcb769916c93b53517ef1b4cae447a3333c9b86;p=git.git diff --git a/progress.h b/progress.h index 5ae1a89e5..a7c17ca7c 100644 --- a/progress.h +++ b/progress.h @@ -8,6 +8,7 @@ struct progress { unsigned delay; unsigned delayed_percent_treshold; const char *delayed_title; + int need_lf; }; int display_progress(struct progress *progress, unsigned n);