alacritty/alacritty_terminal
Christian Duerr c2e39085e3
Fix crash when selecting last column
This resolves a bug where the selection start would be set to the number
of columns, causing an out of bounds when trying to index with it.
Instead of extending the selection beyond the grid when the right side
of the last column is the start of the selection, the selection will now
start in the beginning of the next line.

Fixes #3446.
2020-03-12 03:14:00 +03:00
..
src Fix crash when selecting last column 2020-03-12 03:14:00 +03:00
tests Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
Cargo.toml Update terminfo dependency 2020-02-29 21:10:51 +03:00