![]() |
wget2 2.3.0
|
Functions | |
| void | wget_console_set_fg_color (WGET_GCC_UNUSED wget_console_color colorid) |
| void | wget_console_reset_fg_color (void) |
| int | wget_console_init (void) |
| int | wget_console_deinit (void) |
Routines to address console controls like cursor positioning, fg+bg colors, ...
| void wget_console_set_fg_color | ( | WGET_GCC_UNUSED wget_console_color | colorid | ) |
| [in] | colorid | Number of foreground/text color to set |
Sets the console foreground (text) color.
| void wget_console_reset_fg_color | ( | void | ) |
Resets the console foreground (text) color.
| int wget_console_init | ( | void | ) |
Initializes the console.
| int wget_console_deinit | ( | void | ) |
Deinitializes the console.