summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-09-27 02:51:31 +0300
committerGitHub <noreply@github.com>2020-09-26 23:51:31 +0000
commite9c0034f4d3ee003149fe5454942bea7ff3d98be (patch)
tree0962870139ddb5802e819a5b312b42c812bcf5d4 /alacritty_terminal/src/tty
parent085cc35b14e7c835e1a9add408b45da583959a6c (diff)
downloadalacritty-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