television_screen::remote_control

Function draw_remote_control

Source
pub fn draw_remote_control(
    f: &mut Frame<'_>,
    rect: Rect,
    entries: &[Entry],
    use_nerd_font_icons: bool,
    picker_state: &mut ListState,
    input_state: &mut Input,
    icon_color_cache: &mut FxHashMap<String, Color>,
    mode: &Mode,
    colorscheme: &Colorscheme,
) -> Result<()>