[][src]Function cursive::utils::lines::simple::make_lines

pub fn make_lines(content: &str, width: usize) -> Vec<Row>

Compute lines for the given content and width.

Equivalent to constructing a new LinesIterator and collecting it.