Added check for tty output

This commit is contained in:
Bob Polis
2023-08-07 16:48:33 +02:00
parent 826cd8c92b
commit b80f093c87
4 changed files with 79 additions and 34 deletions

View File

@ -5,6 +5,8 @@
namespace sc {
namespace io {
bool isatty_ostream(const std::ostream& out);
std::ostream& hide_cursor(std::ostream& out);
std::ostream& show_cursor(std::ostream& out);