diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-26 18:42:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 18:42:41 +0000 |
commit | 593d7718d0d3e1e2071021d34178856079ac8bf7 (patch) | |
tree | 414b5eda0eb9a5ca881eb6274c9995a473ba9554 /src/input.rs | |
parent | 94b9345a26370fc02fa092016e59511a330f4cb4 (diff) | |
download | alacritty-593d7718d0d3e1e2071021d34178856079ac8bf7.tar.gz alacritty-593d7718d0d3e1e2071021d34178856079ac8bf7.zip |
Fix selection of empty lines
When selecting multiple lines in Alacritty, there was an issue with
empty lines not being copied. This behavior has been chanaged so empty
lines should be correctly copied now.
When copying content which ends with an empty line, Alacritty would copy
an additional empty line.
This has been resolved by only adding empty lines when the empty line
was not in the last selected line.
Diffstat (limited to 'src/input.rs')
0 files changed, 0 insertions, 0 deletions