diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-09-27 02:51:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 23:51:31 +0000 |
commit | e9c0034f4d3ee003149fe5454942bea7ff3d98be (patch) | |
tree | 0962870139ddb5802e819a5b312b42c812bcf5d4 /alacritty_terminal/src/tty | |
parent | 085cc35b14e7c835e1a9add408b45da583959a6c (diff) | |
download | alacritty-e9c0034f4d3ee003149fe5454942bea7ff3d98be.tar.gz alacritty-e9c0034f4d3ee003149fe5454942bea7ff3d98be.zip |
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.
Diffstat (limited to 'alacritty_terminal/src/tty')
0 files changed, 0 insertions, 0 deletions