alacritty/alacritty_terminal
Christian Duerr 2df8f860b9
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.
2023-03-24 23:07:20 +00:00
..
src Fix selection rotation on the last line 2023-03-24 23:07:20 +00:00
tests Fix `;` character in URI OSC 8 payload 2023-03-19 18:16:28 +03:00
Cargo.toml Bump development version to 0.13.0-dev 2023-02-15 02:19:19 +03:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00