Skip to main content

draw_select_list_pip

Function draw_select_list_pip 

Source
fn draw_select_list_pip(
    f: &mut Frame<'_>,
    area: Rect,
    items: &[&str],
    state: &mut ListState,
)
Expand description

Render a compact pip-list without description line or prompt. The pip (►) replaces the full-row background highlight.