minor: if not terminal default width is 80
Vladimir Bauer
2 years ago
1 changed file(s) with
3 addition(s)
and
3 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-3
progress.go
less
more
353
353
if s.reqWidth > 0 {
354
354
width = s.reqWidth
355
355
} else {
356
width = 100
357
}
358
height = 100
356
width = 80
357
}
358
height = width
359
359
}
360
360
361
361
for b := range iter {