summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-11 19:28:19 +0400
committerGitHub <noreply@github.com>2023-11-11 19:28:19 +0400
commit4a2666706062934c4830e73672e78fcde3210310 (patch)
treec9c14c7dc67f83bfbd2331b6e5ab6f4e95a47adf /CHANGELOG.md
parent7ea927ffc1b345216d65be5154f0ec68cd243890 (diff)
downloadalacritty-4a2666706062934c4830e73672e78fcde3210310.tar.gz
alacritty-4a2666706062934c4830e73672e78fcde3210310.zip
Use builtin font to draw powerline symbols
In addition to box drawing it was decided to also draw powerline symbols, since those are quite common and rather simple to draw with present box drawing infra.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51588864..c387e8a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Synchronized updates now use `CSI 2026` instead of legacy `DCS` variant
- In mouse mode with `Shift` pressed, mouse bindings without `Shift` are only triggered
if no exact binding (i.e. one with `Shift`) is found.
+- Use built-in font for powerline symbols from `U+E0B0` to `U+E0B3`
### Fixed