fn append_lines<'a>( lines: &mut Vec<Line<'a>>, last_chunk: Option<Line<'a>>, string: &'a str, style: Style, ) -> Option<Line<'a>>