logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libwget-console - Console functions

Author

       Generated automatically by Doxygen for wget2 from the source code.

wget2                                             Version 2.2.0                               libwget-console(3)

Detailed Description

       Routines to address console controls like cursor positioning, fg+bg colors, ...

Function Documentation

voidwget_console_set_fg_color(WGET_GCC_UNUSEDwget_console_colorcolorid)Parameterscolorid Number of foreground/text color to set

       Sets the console foreground (text) color.

   voidwget_console_reset_fg_color(void)
       Resets the console foreground (text) color.

   intwget_console_init(void)Returns
           0 on success, or -1 on error

       Initializes the console.

   intwget_console_deinit(void)Returns
           0 on success, or -1 on error

       Deinitializes the console.

Name

       libwget-console - Console functions

Synopsis

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)

See Also