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