diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-06-26 00:34:55 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-25 21:34:55 +0000 |
commit | 0815774cbfb9d1421b8077d5d9d641faf5f818c1 (patch) | |
tree | 218a7177650ef8fa92b6c1936de73a32d3396628 /CHANGELOG.md | |
parent | e2e25b3206ec6c99592ef9ee829426cad62e4d29 (diff) | |
download | alacritty-0815774cbfb9d1421b8077d5d9d641faf5f818c1.tar.gz alacritty-0815774cbfb9d1421b8077d5d9d641faf5f818c1.zip |
Perform clear and buffer swap before showing window
This should fill window with background color while it is offscreen instead of
showing it with uninitilized surface and then performing `clear`. So, the new
behavior should prevent glitches during startup. e.g. content of the windows
below, garbage from drivers and so on.
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 9cf19b3b..0602efa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Text Cursor position when scrolling - Performance issues while resizing Alacritty - First unfullscreen action ignored on window launched in fullscreen mode +- The window is now filled with the background color before displaying ## 0.3.3 |