Function alacritty::display::hint::highlighted_at

source ยท
pub fn highlighted_at<T>(
    term: &Term<T>,
    config: &UiConfig,
    point: Point,
    mouse_mods: ModifiersState,
) -> Option<HintMatch>
Expand description

Check if there is a hint highlighted at the specified point.