summaryrefslogtreecommitdiff
path: root/assets/osx/Alacritty.app/Contents
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-27 12:12:49 +0000
committerGitHub <noreply@github.com>2018-09-27 12:12:49 +0000
commit5e97fcbea4d763ab7059cce201d110ba9fb6c19f (patch)
treeb634527c7bfcaca3c924a98c0448e7624630c116 /assets/osx/Alacritty.app/Contents
parent593d7718d0d3e1e2071021d34178856079ac8bf7 (diff)
downloadalacritty-5e97fcbea4d763ab7059cce201d110ba9fb6c19f.tar.gz
alacritty-5e97fcbea4d763ab7059cce201d110ba9fb6c19f.zip
Fix selection start point lagging behind cursor
Since the mouse start position has been the first movement event after the mouse button was held down, there have been some issues with the start point lagging behind the cursor because movement events were not reported from the initial position but there was a gap until movement starts reporting. To fix this whenever the mouse button is pressed, the position and cell side is stored on the `Mouse` struct. Because of this it does not matter anymore if the movement events are all reported and we can just start a selection using the stored position/side whenever there currently is no selection present. This fixes #1366
Diffstat (limited to 'assets/osx/Alacritty.app/Contents')
0 files changed, 0 insertions, 0 deletions