issues
search
dalance
/
termbg
A Rust library for terminal background color detection
Apache License 2.0
87
stars
8
forks
source link
chore: remove unnecessary is-terminal dependency
#27
Closed
orhun
closed
2 months ago
orhun
commented
2 months ago
Let's just use
std::io::IsTerminal
:)
Let's just use
std::io::IsTerminal
:)