pub fn wrap_lines<'a, 'b: 'a>( lines: &[&'b Line<'a>], width: usize, ) -> Vec<Line<'a>>
Wrap the given lines to fit within width.
width