summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-02-08 20:47:31 +0300
committerGitHub <noreply@github.com>2022-02-08 20:47:31 +0300
commit73c3dd86280e98e11f080123aec47d08f3a76b49 (patch)
treec54d98dd763c12876235acc9880be5ec069c52b6 /CHANGELOG.md
parent7263d223bf535fdffe00d5d9d398a8d188b3c185 (diff)
Add support for drawing undercurls
Fixes #1628.
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 5ec237ac..93963d8b 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/).
- Option `font.builtin_box_drawing` to disable the built-in font for drawing box characters
- Track and report surface damage information to Wayland compositors
+- Escape sequence for undercurl (`CSI 4 : 3 m`)
### Changed