alacritty/src
Christian Duerr 873771fa59 Improve URL detection with special characters
Various special characters and character combinations were not handled
correctly with URL detection. All these instances have been resolved and
covered by various tests to prevent future regressions.

Notable fixes include single quotes working more properly now (like
`'https://example.org'`) and IPv6 URL support.

Since URL detection is now more than just a few lines of code and it's
mostly unrelated to the `Term`, it has also been extracted into the
`src/url.rs` file together with all URL-related tests.
2019-01-05 20:49:39 +00:00
..
grid Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
renderer Fix line metrics 2018-12-31 17:01:06 +00:00
term Improve URL detection with special characters 2019-01-05 20:49:39 +00:00
tty Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
ansi.rs Add proper underline and strikeout support 2018-12-22 17:16:54 +00:00
cli.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
config.rs Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
display.rs Add proper underline and strikeout support 2018-12-22 17:16:54 +00:00
event.rs Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
event_loop.rs Use mio-extras instead of mio-more 2018-12-27 19:49:29 +00:00
index.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
input.rs Launch URLs only when left-clicking 2019-01-05 20:49:39 +00:00
lib.rs Improve URL detection with special characters 2019-01-05 20:49:39 +00:00
locale.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
logging.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Add support for Windows ConPTY API 2018-12-28 16:01:58 +00:00
meter.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
panic.rs Report Windows panics through MessageBox 2018-12-23 22:36:06 +00:00
selection.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
sync.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
url.rs Improve URL detection with special characters 2019-01-05 20:49:39 +00:00
util.rs Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
window.rs Use default cursor instead of arrow in mouse mode 2019-01-02 13:04:54 +00:00