Function alacritty::display::hint::hyperlink_at

source ·
fn hyperlink_at<T>(term: &Term<T>, point: Point) -> Option<(Hyperlink, Match)>
Expand description

Retrieve the hyperlink with its range, if there is one at the specified point.

This will only return contiguous cells, even if another hyperlink with the same ID exists.