diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-31 00:12:41 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-31 00:12:41 +0400 |
commit | 2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2 (patch) | |
tree | 891fda6992fa79e4f9cbb00c3346974e32c81454 /CHANGELOG.md | |
parent | c78c5f6cc057117c344331601e81c6f5778e4a4a (diff) | |
download | alacritty-2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2.tar.gz alacritty-2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2.zip |
Powerline glyphs being cut for narrow fonts
Fixes #7470.
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 5c0f5ef3..16601355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `chars = "\u000A"` action in bindings inserting `\n` - Alternate keys not sent for `Shift + <number>` when using kitty protocol - Alternative keys being swapped in kitty protocol implementation +- Powerline glyphs being cut for narrow fonts ## 0.13.0 |