pub fn wrap_breaks(chars: &[String], width: usize) -> Vec<(usize, usize)>
Soft-wrap graphemes into (start, end) ranges of at most width display columns. Prefers breaking after a space; otherwise hard-breaks.
(start, end)
width