Closed FireyFly closed 10 years ago
These commits add support for the 256-colour extension that most terminal emulators implement nowadays (although it isn't standardised) (38;5;c and 48;5;c), as well as the aixterm extension for high-intensity colours (90-97 and 100-107).
38;5;c
48;5;c
90
97
100
107
LGTM.
Merged + tagged as 1.1.10.
These commits add support for the 256-colour extension that most terminal emulators implement nowadays (although it isn't standardised) (
38;5;c
and48;5;c
), as well as the aixterm extension for high-intensity colours (90
-97
and100
-107
).