diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-12-04 21:11:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 21:11:50 +0100 |
commit | fb046091f64ed25b23ef995ded56e5976047e09e (patch) | |
tree | f515107cd6e940303a680844cbcbb855683f7727 /CHANGELOG.md | |
parent | 8d9ef2c7db4d8135c4f3e65dde951f72c2cdf97a (diff) | |
download | alacritty-fb046091f64ed25b23ef995ded56e5976047e09e.tar.gz alacritty-fb046091f64ed25b23ef995ded56e5976047e09e.zip |
Fix incorrect DPI after wakeup on X11
Fixes #3022.
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 8de2c151..a113101c 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 - Absolute file URLs (`file:///home`) not recognized because of leading `/` - Clipboard escape `OSC 52` not working with empty clipboard parameter - Direct escape input on Windows using alt +- Incorrect window size on X11 when waking up from suspend ## 0.4.0-dev |