diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-03-25 00:07:20 +0100 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-07 00:13:05 +0300 |
commit | d9131c59e0ca491d16f428c96c32885a3ee8314e (patch) | |
tree | 895b099d523f5107b4e546d3b5fce929d476cf17 /.gitignore | |
parent | 16e18f2fffc8b457522db3f6cae6ea719d401791 (diff) | |
download | alacritty-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