diff options
author | zandr <7629614+deathlyfrantic@users.noreply.github.com> | 2022-01-29 14:50:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 22:50:44 +0300 |
commit | 094c2c9269685e8759104f2e9c05eca323a57fe4 (patch) | |
tree | 2537bb8ee23e834fcd5315b825b7cd89a11339a4 /CHANGELOG.md | |
parent | d1deff9fae05dec5a6a2af08dc34ed3230f68da9 (diff) | |
download | alacritty-094c2c9269685e8759104f2e9c05eca323a57fe4.tar.gz alacritty-094c2c9269685e8759104f2e9c05eca323a57fe4.zip |
Add option to control built-in box drawing chars
This commit adds the config `font.builtin_box_drawing` option to
control built-in font, which is enabled by default.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c8e27b..ec1e7b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Minimum Rust version has been bumped to 1.56.0 +### Added + + - Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters + ### Changed - The `--help` output was reworked with a new colorful syntax |