diff --git a/lib/progress.c b/lib/progress.c index 2e3f6e9759..dc1073a017 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -71,7 +71,7 @@ void ProgressInit(struct UrlData *data, int max) if (curl_GetEnv("COLUMNS") != NULL) width = atoi(curl_GetEnv("COLUMNS")); else - width = 80; + width = 79; progressmax = max; if(-1 == max)