Closed heaths closed 4 months ago
Fixes https://github.com/crossterm-rs/crossterm/issues/882 by improving style::available_color_count():
style::available_color_count()
u16::MAX
Contains fix for #883 to unblock testing. Tested in Windows Terminal with bash (WSL) and pwsh.exe (WT uses conpty) and cmd.exe (which uses conhost).
can you rebase now main is stable
LGTM
Fixes https://github.com/crossterm-rs/crossterm/issues/882 by improving
style::available_color_count()
:u16::MAX
.