alacritty/alacritty_terminal
Christian Duerr 9dddf649a1
Switch to rfind_url for URL detection
This switches to rfind_url for detecting URLs inside the grid. Instead
of expanding at the cursor position, the complete terminal is searched
from the bottom until the visible region is left with no active URL.

Instead of having the field `cur` publicly accessibly on the
`DisplayIterator`, there are the two methods `DisplayIterator::point`
and `DisplayIterator::cell` for accessing the current element of the
iterator now. This allows accessing the current element right after
creating the iterator.

Fixes #2629.
Fixes #2627.
2019-08-01 15:37:01 +00:00
..
src Switch to rfind_url for URL detection 2019-08-01 15:37:01 +00:00
tests Remove color from log output 2019-08-01 14:26:55 +00:00
Cargo.toml Switch to rfind_url for URL detection 2019-08-01 15:37:01 +00:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00