pub fn create_output_widget<'a>( messages: &'a [(String, usize, bool, bool, bool)], layout_area: LayoutArea, config: &'a Config, cursor_state: &'a UiCursor, ) -> Paragraph<'a>