diff options
author | Chris <chris@rarr.net> | 2024-11-02 12:23:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 19:23:33 +0000 |
commit | 39ea7271e32ad88280191d8040d6f8feafe4307a (patch) | |
tree | c0ddfd1a72f070b74e163ecb5065950e060ea1d8 /CHANGELOG.md | |
parent | d552c6b251d199b4913754dd25fca330f87651fd (diff) | |
download | r-alacritty-39ea7271e32ad88280191d8040d6f8feafe4307a.tar.gz r-alacritty-39ea7271e32ad88280191d8040d6f8feafe4307a.tar.bz2 r-alacritty-39ea7271e32ad88280191d8040d6f8feafe4307a.zip |
Focus new windows on macOS
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 095d5fd7..1c28ddd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its ## 0.15.0-dev +### Changed + +- Always focus new windows on macOS + ### Fixed - Mouse/Vi cursor hint highlighting broken on the terminal cursor line |