diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-08 04:49:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 04:49:44 +0000 |
commit | ecd9270ffea36a224e70564604ef1befe05526b8 (patch) | |
tree | e0df8b5421f206fa1eb34ecd06652aab0b0b5de1 /Makefile | |
parent | 153f9257b8a78432e9a7830f1eb3c539716f6724 (diff) | |
download | alacritty-ecd9270ffea36a224e70564604ef1befe05526b8.tar.gz alacritty-ecd9270ffea36a224e70564604ef1befe05526b8.zip |
Remove selections when clearing screen partially
Automatically remove all selections when part of the screen is cleared.
This fixes issues in applications like `less -S` where a selection would
stay around after scrolling horizontally.
XTerm and URxvt both choose to always remove the selection, even if it's
outside of the cleared area, however VTE only clears the selection if
any part of it is inside the cleared area.
To keep things simple, Alacritty has adopted the behavior of XTerm and
URxvt to always clear selections.
This fixes #1644.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions