X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=progress.h;h=a7c17ca7c4bdad953508d03c20e73022b03bd25a;hb=be6042cfa59358b733b6f9ba05bcbc317998d9fe;hp=5ae1a89e5a4669553e44d5bd0cc339c308c60c0f;hpb=d1c7c27ea3d9c92be2c7a9c5fc72ba5f228c424a;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);