Skip to main content

render_jump

Function render_jump 

Source
pub fn render_jump(
    jump: &mut Jump,
    area: Rect,
    buf: &mut Buffer,
    palette: Option<Palette>,
)
Expand description

Render the jump picker into area: a /query prompt with a right-aligned matched/total counter, a divider line, then the ranked results with matched characters highlighted and the selected row barred. Knows nothing about where area is; full-screen is just the identity placement above.