pub fn fill_line(width: u16, fill: &Cell) -> LineExpand description
Create a new line of the given width filled with fill. Wide
fills (fill.width() > 1) lay down primary + continuation pairs; any
trailing slot too narrow to fit another pair is a plain blank.