1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

console: add isColorsSupported()

This commit is contained in:
Henrik Hautakoski 2020-03-02 14:36:41 +01:00
parent f7858cb5bd
commit f676f2e7ca
2 changed files with 20 additions and 0 deletions

View file

@ -63,6 +63,8 @@ namespace console {
italic
};
bool isColorsSupported(const std::ostream& os);
// Resets all colors/attributes
std::ostream& reset(std::ostream& os);