diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-26 22:45:47 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-26 21:45:47 +0200 |
commit | 9ff2838844df45b6a1f20621ced870e9e1855ec8 (patch) | |
tree | 67bae587a48bf2aa7cfa5c733acf1ff901793301 /CHANGELOG.md | |
parent | 77127fbb41748eae264b1a7578a3bd7d0f94d5c5 (diff) | |
download | alacritty-9ff2838844df45b6a1f20621ced870e9e1855ec8.tar.gz alacritty-9ff2838844df45b6a1f20621ced870e9e1855ec8.zip |
Fix visual bell rendering mode
Fixes #2911.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d498cf1..cd670755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash when trying to start on X11 with a Wayland compositor running - Crash with a virtual display connected on X11 - Use `\` instead of `\\` as path separators on Windows for logging config file location +- Underline/strikeout drawn above visual bell +- Terminal going transparent during visual bell ### Removed |