diff options
author | Eike Christian Karbe <38853513+ekarbe@users.noreply.github.com> | 2019-04-18 00:42:27 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-17 22:42:27 +0000 |
commit | ab8fddd5938024beca3a97eab9022db07f675a3c (patch) | |
tree | 90db505768fe8e0998f7a9babd1960353419b5cb /CHANGELOG.md | |
parent | 5174f9b27488902e7862aeb470aa0f0375c95e46 (diff) | |
download | alacritty-ab8fddd5938024beca3a97eab9022db07f675a3c.tar.gz alacritty-ab8fddd5938024beca3a97eab9022db07f675a3c.zip |
Call TIOCSWINSZ only on grid change
Instead of calling TIOCSWINSZ for every pixel change it will now be called only on changes to the grid size. This should reduce screen refreshes.
This fixes #2177.
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 74a97501..eceaa3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Subprocess spawning on macos - Unnecessary resize at startup - Text getting blurry after live-reloading shaders with padding active +- Resize events are not send to the shell anymore if dimensions haven't changed ## Version 0.3.0 |