diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-07 00:55:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-07 00:55:18 +0000 |
commit | e561ae373393e919cf3dbbf123a98e0aad215dbc (patch) | |
tree | 3ebb6770abeb9f080ff9b6a5e11309402fdaa53c /Cargo.toml | |
parent | a7a6bf53d4bbb50940559f3a411aba5c474b3409 (diff) | |
download | alacritty-e561ae373393e919cf3dbbf123a98e0aad215dbc.tar.gz alacritty-e561ae373393e919cf3dbbf123a98e0aad215dbc.zip |
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.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions