diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2019-09-09 16:39:39 -0400 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-09-09 20:39:39 +0000 |
commit | 86ffa181b342d39f6e2619d371af22951a5a202d (patch) | |
tree | b7049d58f6d5fa4597ccb932466f77b4f5dfa89f /CHANGELOG.md | |
parent | 20846ef925085e027f99aa37f2e12b597750bdc3 (diff) | |
download | alacritty-86ffa181b342d39f6e2619d371af22951a5a202d.tar.gz alacritty-86ffa181b342d39f6e2619d371af22951a5a202d.zip |
Reset the Mouse Cursor While Selecting
This change disabled the mouse cursor and URL highlight (underline)
while a selection is in progress. A click to clear the selection doesn't
trigger a URL action, but will re-enable the URL highlighting to
indicate the next click will trigger the launcher.
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 8ebf2b83..418e48c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Wayland clipboard integration - Use text mouse cursor when mouse mode is temporarily disabled with shift - Wayland primary selection clipboard not storing text when selection is stopped outside of the window +- Block URL highlight while a selection is active ## 0.3.3 |