casperdcl
changed the title
Fixed width bar
trim on overflow
James E. King III and others added 4 commits
December 19, 2019 20:03- added bar_width to initializer and format_meter that sets a fixed bar width that never changes (unless:) - added better ncols handling for overflows on l_bar, bar, r_bar specifically, output is restricted to one line (of length ncols) and will be chopped to ensure that is always true - added tests This fixes #623 This fixes #690 This helps prevent the spillover seen in #630