summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-03-25 00:07:20 +0100
committerKirill Chibisov <contact@kchibisov.com>2023-05-07 00:13:05 +0300
commitd9131c59e0ca491d16f428c96c32885a3ee8314e (patch)
tree895b099d523f5107b4e546d3b5fce929d476cf17 /.gitignore
parent16e18f2fffc8b457522db3f6cae6ea719d401791 (diff)
downloadalacritty-d9131c59e0ca491d16f428c96c32885a3ee8314e.tar.gz
alacritty-d9131c59e0ca491d16f428c96c32885a3ee8314e.zip
Fix selection rotation on the last line
This fixes an issue with terminal resizes when the selection is on the last line. Alacritty would fail to rotate lines and keep the selection in the same line index whenever the terminal line count was grown or shrunk. This issue occurred due to the range passed to the selection's rotate function still being based on the old terminal size, which caused the initial or target state of the rotation to be outside of the terminal bounds. Closes #6698.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions