aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authornolanl <720974+nolanl@users.noreply.github.com>2018-09-17 13:00:42 -0700
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-17 20:00:42 +0000
commit7a8a002da6a7c5b17edf5dc8cc8e3f9e089632fc (patch)
tree9d99b54b929ea4f87e927142e9cddde7afbf2933 /CHANGELOG.md
parent1f243468dc96a68cac68e7ca0485a9f9b130db75 (diff)
downloadalacritty-7a8a002da6a7c5b17edf5dc8cc8e3f9e089632fc.tar.gz
alacritty-7a8a002da6a7c5b17edf5dc8cc8e3f9e089632fc.zip
Acknowledge first click on unfocused windows with bsd/linux
Fixes a regression on non-macOS platforms caused by the fix for issue #1291. The fix is to follow platform norms for mouse click behavior on unfocused terminals. On macOS, the first click (that gives the window focus) is swallowed, and has no effect on the terminal. On all other platforms, the first click is passed through to the terminal.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 031a3b90..feb115e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Changed
+
+- First click on unfocused Alacritty windows is no longer ignored on platforms other than macOS
+
## Version 0.2.0
### Added