Commands: Style Attributes

All text attributes are set using SGR commands like `\e[1;4m`, with up to 10 numbers separated by semicolons. To restore all attributes to their default states, use SGR 0: `\e[0m` or `\e[m`.

Those are the supported text attributes SGR codes:

StyleEnableDisable
Bold121, 22
Faint222
Italic323
Underlined424
Striked929
Overline5355
Blink525
Inverse727
𝔉𝔯𝔞𝔨𝔱𝔲𝔯2023
Conceal1828

1Conceal turns all characters invisible.