diff options
author | trimental <timmins.s.lucas@gmail.com> | 2018-10-01 05:54:08 +0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-30 21:54:08 +0000 |
commit | b22999f1e7b39c1341caf797a98facb9010f89cf (patch) | |
tree | 4f97b33870c7058988c4edcdaf188f407053549b /CHANGELOG.md | |
parent | f785f88a58daa3919255a268fa1da62aa07f13a7 (diff) | |
download | alacritty-b22999f1e7b39c1341caf797a98facb9010f89cf.tar.gz alacritty-b22999f1e7b39c1341caf797a98facb9010f89cf.zip |
Drop terminal lock before rendering
The terminal lock is now dropped before rendering by storing
all grid cells before clearing the screen.
This frees the terminal to do other things since the lock is now
free, which lead to a performance benefit with high throughput
applications.
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 b6283e41..4ab2bce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Rendering now occurs without the terminal locked which improves performance - Clear screen properly before rendering of content to prevent various graphical glitches - Fix build failure on 32-bit systems - Windows started as unfocused now show the hollow cursor if the setting is enabled |