diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-02 03:52:51 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 03:52:51 +0400 |
commit | 28364792b3a7d0982eb7759bae0c9b3773c48518 (patch) | |
tree | 00c4fb82993bd961d75bc0239fa68b4435346602 /CHANGELOG.md | |
parent | 546d5951aa369674e8a3c6e8ac716f07481368bd (diff) | |
download | alacritty-28364792b3a7d0982eb7759bae0c9b3773c48518.tar.gz alacritty-28364792b3a7d0982eb7759bae0c9b3773c48518.zip |
Fallback to underline shader when dotted fails
Some hardware is just bad.
Fixes #7404.
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 96573405..58d0a70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Message bar content getting stuck after closing with multiple messages on Wayland - Vi cursor position not redrawn on PageUp/PageDown without scrollback - Cursor not updating when blinking and viewport is scrolled +- Failure to start with recent version of mesa's i915 driver ### Removed |