summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortrimental <timmins.s.lucas@gmail.com>2018-10-01 05:54:08 +0800
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-30 21:54:08 +0000
commitb22999f1e7b39c1341caf797a98facb9010f89cf (patch)
tree4f97b33870c7058988c4edcdaf188f407053549b /CHANGELOG.md
parentf785f88a58daa3919255a268fa1da62aa07f13a7 (diff)
downloadalacritty-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.md1
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