Closed willcrichton closed 1 year ago
As per Wikipedia, the ANSI SGR code ranges 90-97 and 100-107 are used to set bright foreground and background colors. Notably, at least Typescript's tsc binary uses these codes as output.
tsc
This PR adds support for these color ranges, using the mapping described in this document: https://ss64.com/nt/syntax-ansi.html
Thank you for the pr
As per Wikipedia, the ANSI SGR code ranges 90-97 and 100-107 are used to set bright foreground and background colors. Notably, at least Typescript's
tsc
binary uses these codes as output.This PR adds support for these color ranges, using the mapping described in this document: https://ss64.com/nt/syntax-ansi.html