Closed SyfSchydea closed 4 years ago
(child issue of #12)
Currently only basic foreground colours are implemented in TTY/FormattedString. Update it to allow bold and faint.
This should include good optimisation of control codes. eg. CSI39m CSI22m (<Reset FG> <Bold off>) should be replaced with CSI0m (<Reset all>)
CSI39m CSI22m
<Reset FG> <Bold off>
CSI0m
<Reset all>
Done.
(child issue of #12)
Currently only basic foreground colours are implemented in TTY/FormattedString. Update it to allow bold and faint.
This should include good optimisation of control codes. eg.
CSI39m CSI22m
(<Reset FG> <Bold off>
) should be replaced withCSI0m
(<Reset all>
)