summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-02-14 19:10:13 +0300
committerGitHub <noreply@github.com>2022-02-14 19:10:13 +0300
commited5dbc11183030367c9a510a9706f6791b54430f (patch)
tree3fd9bf595e164c8d89fb1215c8d68dc2d913324e /CHANGELOG.md
parent774eb03f4ff01f692f645d930da54990bf92d19c (diff)
Add support for dashed and dotted underlines
This finishes implementation of underline styles provided by `CSI 4 : [1-5] m` escape sequence.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83aa152e..60bb7301 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +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`)
+- Escape sequence for undercurl, dotted and dashed underlines (`CSI 4 : [3-5] m`)
### Changed