diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-02-14 19:10:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 19:10:13 +0300 |
commit | ed5dbc11183030367c9a510a9706f6791b54430f (patch) | |
tree | 3fd9bf595e164c8d89fb1215c8d68dc2d913324e /CHANGELOG.md | |
parent | 774eb03f4ff01f692f645d930da54990bf92d19c (diff) | |
download | alacritty-ed5dbc11183030367c9a510a9706f6791b54430f.tar.gz alacritty-ed5dbc11183030367c9a510a9706f6791b54430f.zip |
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.md | 2 |
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 |