alacritty/src
Christian Duerr e561ae3733
Fix unclickable URLs with scrolled viewport
Since scrolling the terminal moves around the underlying data structure
of the terminal, the URL selection would search for the URL at the
position where the click would have been without any scrolling.

By adding the viewport offset to the click position, the URL clicking
now searches at the correct location.

This fixes https://github.com/jwilm/alacritty/issues/2076.
2019-02-07 00:55:18 +00:00
..
config Fix regression in the URL launcher config 2019-02-03 16:44:39 +00:00
grid Fix unclickable URLs with scrolled viewport 2019-02-07 00:55:18 +00:00
renderer Simplify text shader 2019-02-04 19:03:25 +00:00
term Fix unclickable URLs with scrolled viewport 2019-02-07 00:55:18 +00:00
tty Move clippy tests to stable 2019-01-23 22:04:45 +00:00
ansi.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
cli.rs Set window title on Wayland 2019-02-06 21:10:45 +00:00
display.rs Scale IME position by hidpi_factor 2019-02-05 22:33:07 +00:00
event.rs Fix crash on macOS and BSD with SpawnNewInstance action 2019-01-19 13:45:45 +00:00
event_loop.rs Normalize Log Message Strings 2019-01-07 00:06:57 +00:00
index.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
input.rs Improve touchpad scrolling 2019-01-27 21:06:27 +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 Move clippy tests to stable 2019-01-23 22:04:45 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Fix crash when starting Alacritty on full drives 2019-01-09 20:27:13 +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 Trim unicode characters from the start of URLs 2019-01-28 18:28:51 +00:00
util.rs Add key/mouse action for spawning new Alacritty instances 2019-01-05 20:47:12 +00:00
window.rs Set window title on Wayland 2019-02-06 21:10:45 +00:00