dvd-sector-copy.c: Wrap long line properly.
[dvdrip] / multiprogress.h
index 1db97a8..752eb8c 100644 (file)
@@ -10,7 +10,7 @@ struct progress_ttyinfo {
   struct {                             /* terminal capabilities */
     unsigned f;                                /*   various flags */
 #define TCF_BCE 1u                     /*   erases to background colour */
-    const char *cr, *up, *ce, *cd;     /*   cursor motion */
+    const char *cr, *nw, *up, *ce, *cd;        /*   cursor motion */
     const char *mr, *md, *me;          /*   reverse video, bold */
     const char *af, *ab, *op;          /*   colour */
   } cap;