1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty_terminal
Kirill Chibisov e9c0034f4d
Fix selection incorrectly expanding when scrolled in history
When doing selection expansion we were checking for wide char flags
on a cells from the bottom of the terminal instead of in a current
viewport when scrolled up in history, which was leading to expanding
more than needed if we had wide chars on the same viewport cell,
but in the bottom of the terminal.

Fixes #4257.
2020-09-26 23:51:31 +00:00
..
src Fix selection incorrectly expanding when scrolled in history 2020-09-26 23:51:31 +00:00
tests Add escape to report text area size 2020-08-28 22:26:03 +00:00
Cargo.toml Disable WinPTY with windows-gnu toolchain 2020-08-31 22:30:45 +00:00