A wrapper that represents a colour in Curses.
Data | Description | Links |
---|---|---|
CursesColors | List of all Curses colours | |
NumCursesColors | Number of ncurses colours left to allocate |
Function | Description | Links |
---|---|---|
curses_color_free() | Free a CursesColor | |
curses_color_init() | Initialise a new Curses colour | |
curses_color_new() | Create a new CursesColor | |
curses_colors_find() | Find a Curses colour by foreground/background | |
curses_colors_init() | Initialise the Curses colours |