Skip to main content

render_input

Function render_input 

Source
pub fn render_input(
    f: &mut Frame<'_>,
    app: &App,
    area: Rect,
    palette: &ColorPalette,
    suffix: &str,
)
Expand description

Draw the input textbox and place the terminal cursor.

ยงExamples