diff options
author | William Viktorsson <williamviktorsson@gmail.com> | 2024-04-21 01:11:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 23:11:46 +0000 |
commit | 18fff6a12b2d20ae76fc3152db01daaa71a96aba (patch) | |
tree | 4135cc6a0e523a91a8732d2cc6af9448fec451fb /CHANGELOG.md | |
parent | d28868855afd769209a7ac81692cdbaa67be2905 (diff) | |
download | alacritty-18fff6a12b2d20ae76fc3152db01daaa71a96aba.tar.gz alacritty-18fff6a12b2d20ae76fc3152db01daaa71a96aba.zip |
Fix crash when trying to open a new tab on macOS
This fixes an issue where Alacritty would crash when trying to open a
new tab on macOS while having decorations disabled.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 b6e47476..e6b301e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its ### Fixed +- Crash when trying to create a new tab without decorations enabled - New window being treated as focused when it's not on Wayland ### Changed |