alacritty/alacritty_terminal
Christian Duerr 0965773657
Fix crash when searching during reset
This fixes a crash which occurs when the terminal is reset while
searching, due to the vi mode cursor being outside of the visible area.

This also fixes an issue where the search state reset would incorrectly
clamp the vi mode cursor to the grid, rather than the absolute viewport
position.

While this fix does resolve all crashes when searching while running
`cat /dev/urandom`, it does raise the question if manually clamping the
vi mode cursor in every location where it is modified is the right
choice.

A follow-up to provide a safer API which guarantees correct modification
of the vi mode cursor location is probably a good idea.

Fixes #5942.
2022-03-10 22:45:20 +03:00
..
src Fix crash when searching during reset 2022-03-10 22:45:20 +03:00
tests Add support for drawing undercurls 2022-02-08 20:47:31 +03:00
Cargo.toml Add damage tracking and reporting to compatible compositors 2022-02-02 00:12:58 +03:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00