aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/main.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-04-13 03:24:42 +0000
committerGitHub <noreply@github.com>2021-04-13 03:24:42 +0000
commit96fc9ecc9a62c8a766da745d05fbe60e6c2e1efe (patch)
tree16e237d750d6c650713b58df98453dc4df16d33a /alacritty/src/main.rs
parent40bcdb11335cc49d4d42694b953be746cb383cb9 (diff)
downloadr-alacritty-96fc9ecc9a62c8a766da745d05fbe60e6c2e1efe.tar.gz
r-alacritty-96fc9ecc9a62c8a766da745d05fbe60e6c2e1efe.tar.bz2
r-alacritty-96fc9ecc9a62c8a766da745d05fbe60e6c2e1efe.zip
Add vi/mouse hint highlighting support
This patch removes the old url highlighting code and replaces it with a new implementation making use of hints as sources for finding matches in the terminal.
Diffstat (limited to 'alacritty/src/main.rs')
-rw-r--r--alacritty/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty/src/main.rs b/alacritty/src/main.rs
index 0914aee4..c68f3cfb 100644
--- a/alacritty/src/main.rs
+++ b/alacritty/src/main.rs
@@ -45,7 +45,6 @@ mod message_bar;
mod panic;
mod renderer;
mod scheduler;
-mod url;
mod gl {
#![allow(clippy::all)]