pub fn string_width_multiline_tab(text: &str, tab_width: usize) -> usize
Expand description

Returns a max per line string width with correction to tab width.