multiprogress.h: Add the right number of zeros to `PROGRESS_TTYINFO_INIT'.
[dvdrip] / multiprogress.h
index 752eb8c..a1121eb 100644 (file)
@@ -14,9 +14,10 @@ struct progress_ttyinfo {
     const char *mr, *md, *me;          /*   reverse video, bold */
     const char *af, *ab, *op;          /*   colour */
   } cap;
-    unsigned defwd, defht;             /* default width and height */
+  unsigned defwd, defht;               /* default width and height */
 };
-#define PROGRESS_TTYINFO_INIT { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
+#define PROGRESS_TTYINFO_INIT                                          \
+       { 0,  0, 0,  { 0,  0, 0, 0, 0, 0,  0, 0, 0,  0, 0, 0 },  80, 25 }
 
 struct progress_state {
   struct progress_ttyinfo tty;         /* terminal state */