Added check for tty output
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user