pub fn render_wrapped_input(
textarea: &TextArea<'_>,
area: Rect,
buf: &mut Buffer,
cursor_style: Style,
)Expand description
Render the TextArea content with word-wrapping into the given area, drawing the cursor at the correct visual position.