cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
Go to the source code of this file.
Namespaces | |
namespace | Term |
Functions | |
bool | Term::is_stdin_a_tty () |
Check if stdin is a tty. | |
bool | Term::is_stdout_a_tty () |
Check if stdout is a tty. | |
bool | Term::is_stderr_a_tty () |
Check if stderr is a tty. | |