pub fn highlighted_at<T>( term: &Term<T>, config: &UiConfig, point: Point, mouse_mods: ModifiersState, ) -> Option<HintMatch>
Check if there is a hint highlighted at the specified point.