csi: SGR 21 is “double underline”, not “disable bold” (according to ECMA-48)

This commit is contained in:
Daniel Eklöf 2020-12-14 19:10:30 +01:00
parent 6c8b034aff
commit 04703c07f0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 1 deletions

View file

@ -110,6 +110,9 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
* The sub-parameter versions of the SGR RGB color escapes (e.g
`\E[38:2...m`) can now be used _without_ the color space ID
parameter.
* SGR 21 no longer disables **bold**. According to ECMA-4, SGR 21 is
_”double underline_”. Foot does not (yet) implement that, but thats
no reason to implement a non-standard behavior.
### Deprecated