fn() isTerminal
Check whether we are printing to a terminal.

Defined in <seqan/misc/terminal.h>
Signature bool isTerminal();

Return Values

bool true if we are on the terminal, false otherwise.

See Also