diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-04-15 22:16:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 22:16:31 +0000 |
commit | 9cb55621f77a8eeca3738013ef9b1274b7a97e96 (patch) | |
tree | 4ccd2f192ee230af1c0e52dcd6614f9ac80d4f37 /alacritty/build.rs | |
parent | 1f46bb7b925e5a6ce2dc4e5eeb88449d4cb8ebc5 (diff) | |
download | r-alacritty-9cb55621f77a8eeca3738013ef9b1274b7a97e96.tar.gz r-alacritty-9cb55621f77a8eeca3738013ef9b1274b7a97e96.tar.bz2 r-alacritty-9cb55621f77a8eeca3738013ef9b1274b7a97e96.zip |
Fix mouse point crash on resize
This resolves an issue with Alacritty crashing after a resize, due to
the last cached mouse point being out of bounds.
Instead of caching the mouse point, it is now computed on demand to make
sure it can never be invalid.
Fixes #4977.
Diffstat (limited to 'alacritty/build.rs')
0 files changed, 0 insertions, 0 deletions