Codebase list golang-github-vbauerster-mpb / 88c17fa
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
353353 if s.reqWidth > 0 {
354354 width = s.reqWidth
355355 } else {
356 width = 100
357 }
358 height = 100
356 width = 80
357 }
358 height = width
359359 }
360360
361361 for b := range iter {