diff options
author | André Kugland <kugland@gmail.com> | 2022-06-01 03:33:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 03:33:08 +0000 |
commit | e20541a83e55d5ddd57b1bed0f4666b3c73f680d (patch) | |
tree | 20ae6e111c067d7c14d68a84721b4ef5c558ef62 /CHANGELOG.md | |
parent | 63ef6c931901e895442edf5ec113d0ff609a7c24 (diff) | |
download | alacritty-e20541a83e55d5ddd57b1bed0f4666b3c73f680d.tar.gz alacritty-e20541a83e55d5ddd57b1bed0f4666b3c73f680d.zip |
Fix DEC Special Character Set (Line drawing)
This patch resolves some mapping issues with the line drawing character
set where characters like linefeed were incorrectly mapped to their
proper character representation rather than the codepoint of their
identification glpyh.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e3fe95..69d28921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Vi cursor blinking not reset when navigating in search - Scrolling and middle-clicking modifying the primary selection - Bottom gap for certain builtin box drawing characters -- Incorrect buili-in glyphs for `U+2567` and `U+2568` +- Incorrect built-in glyphs for `U+2567` and `U+2568` +- Character mappings in the DEC special graphics character set (line drawing) ## 0.10.1 |