csi: implement SGR 21, double underlines

This commit is contained in:
Daniel Eklöf 2024-07-02 07:45:04 +02:00
parent 970b95509c
commit e708d19ea3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 1 deletions

View file

@ -62,6 +62,7 @@
reduces the memory usage, but should also be slightly faster.
* Support for high-res mouse wheel scroll events ([#1738][1738]).
* Styled and colored underlines ([#828][828]).
* Support for SGR 21 (double underline).
[1707]: https://codeberg.org/dnkl/foot/issues/1707
[1738]: https://codeberg.org/dnkl/foot/issues/1738