diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-10 14:53:54 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:42:08 -0700 |
commit | 231ef51365e3cb0de760d04a47a7d2b74809c41d (patch) | |
tree | 9d96d2f0294eb318e5021c0656685e19d4a18d24 /alacritty.man | |
parent | 786e274dd1d6dce26404a2ad5672ee33e6115ad0 (diff) | |
download | alacritty-231ef51365e3cb0de760d04a47a7d2b74809c41d.tar.gz alacritty-231ef51365e3cb0de760d04a47a7d2b74809c41d.zip |
Fix crash when selection leaves viewport
There was an issue where alacritty tries to convert the lines in a
selection to the on-screen lines even when the selection is not on the
screen. This results in a crash.
To prevent this from happening the selection now is not shown if it is
off the screen.
There currently still is a bug that when the selection is at the top of
the screen but still half visible, it will not show the top line as
selected but start in the second line.
This bug should be resolved with
https://github.com/jwilm/alacritty/pull/1171.
This fixes #1148.
Diffstat (limited to 'alacritty.man')
0 files changed, 0 insertions, 0 deletions