diff options
author | trimental <timmins.s.lucas@gmail.com> | 2022-08-11 17:06:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 13:06:19 +0400 |
commit | 376300385b5a9377470567094ca28ed831769c30 (patch) | |
tree | c363308639b0b44127231867d1b329c031930651 /CHANGELOG.md | |
parent | 7d708d53f7ecb4c64db10ae44e7f4fca47c29a85 (diff) | |
download | alacritty-376300385b5a9377470567094ca28ed831769c30.tar.gz alacritty-376300385b5a9377470567094ca28ed831769c30.zip |
Use `WindowEvent::Occluded` to hint rendering
This should prevent rendering on macOS and X11 to invisible
windows.
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 c40e8b14..aa6091d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +- No longer renders to macos and x11 windows that are fully occluded / not directly visible - The `--help` output was reworked with a new colorful syntax - OSC 52 is now disabled on unfocused windows - `SpawnNewInstance` no longer inherits initial `--command` |