summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Sucha <2007393+martin-sucha@users.noreply.github.com>2019-02-09 20:04:06 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-09 19:04:06 +0000
commitb55e219bc4a5378caa9e0070cdf59a9be7ec48d1 (patch)
tree3357c0a24cd55412a97895e3487d5d9553b8c325 /CHANGELOG.md
parentecd9270ffea36a224e70564604ef1befe05526b8 (diff)
downloadalacritty-b55e219bc4a5378caa9e0070cdf59a9be7ec48d1.tar.gz
alacritty-b55e219bc4a5378caa9e0070cdf59a9be7ec48d1.zip
Change font size only when new metrics are valid
This prevents cell_width or cell_height being zero. Fixes #1693
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 93826ee6..14fc76cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- URLs not opening while terminal is scrolled
- Reliably remove log file when Alacritty is closed and persistent logging is disabled
- Remove selections when clearing the screen partially (scrolling horizontally in less)
+- Crash/Freeze when shrinking the font size too far
### Removed