diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-02-21 21:13:14 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-02-21 21:13:14 +0100 |
commit | 3c672cca4b469d1e9e59db819fe459358522f6ec (patch) | |
tree | 3a7ee55beb9b49700cdb325bba4b0bf16f289ebc /CHANGELOG.md | |
parent | 14e3a0ae5aacb2324d49f995ab6a44ac5c799b2c (diff) | |
download | alacritty-3c672cca4b469d1e9e59db819fe459358522f6ec.tar.gz alacritty-3c672cca4b469d1e9e59db819fe459358522f6ec.zip |
Fix selection copying with mouse outside of window
There was an issue caused by 35efb4619c4b7a77b3c30de763856bc4441e236e
which would lead to the current selection not getting copied to the
clipboard if the mouse was released outside of the window.
Instead of aborting any press/release actions when the cursor is not
inside of Alacritty, the handling is now delayed until actual usage.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3b0e28..49181cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix panic which could occur when quitting Alacritty on Windows if using the Conpty backend +- Automatic copying of selection to clipboard when mouse is released outside of Alacritty ## Version 0.2.9 |