Subroutines to spice up stdout.
More...
#include <iostream>
#include <stdio.h>
Go to the source code of this file.
|
void | ColourTerminal (unsigned char fg, unsigned char bg=TerminalUtils::TERMINAL_COL_BLACK, unsigned char attr=TerminalUtils::TERMINAL_ATTR_RESET) |
|
void | ResetTerminal () |
|
void | TerminalInformation (const char *text) |
|
void | TerminalAlert (const char *text) |
|
void | TerminalWarning (const char *text) |
|
Subroutines to spice up stdout.
- Author
- Joydeep Biswas, (C) 2010
Definition in file terminal_utils.h.