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.