diff --git a/lib/progress.c b/lib/progress.c
index 2e3f6e97598e56a6a41d81ddbb3f749d44889f7c..dc1073a01791efd81256dec19543f05f8b0898f5 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)