crossterm-rs / crossterm

Cross platform terminal library rust
MIT License
3.27k stars 279 forks source link

Improve color detection across platforms #885

Closed heaths closed 4 months ago

heaths commented 6 months ago

Fixes https://github.com/crossterm-rs/crossterm/issues/882 by improving style::available_color_count():

heaths commented 6 months ago

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).

TimonPost commented 6 months ago

can you rebase now main is stable

joshka commented 6 months ago

LGTM