|
Sharg 1.2.3-rc.1
The argument parser for bio-c++ tools.
|
Checks if program is run interactively and retrieves dimensions of terminal (Transferred from seqan2). More...
Include dependency graph for terminal.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | sharg::detail::stdin_is_terminal () |
| Check whether the standard input is interactive. | |
| bool | sharg::detail::stdout_is_terminal () |
| Check whether the standard output is interactive. | |
| bool | sharg::detail::stderr_is_terminal () |
| Check whether the standard error output is interactive. | |
| unsigned | sharg::detail::get_terminal_width () |
| Retrieve size of terminal. | |
Checks if program is run interactively and retrieves dimensions of terminal (Transferred from seqan2).