Lines Matching refs:colours
40 /* Have we initialised colours? */
51 /* Flags for colours and pairs */
62 * Check if terminal has colours.
78 * Check if terminal can change colours.
102 /* Max colours and colour pairs */
196 /* Set up initial 8 colours */
197 #define RGB_ON 680 /* Allow for bright colours */
215 /* Initialise other colours */
217 _cursesi_screen->colours[i].red = 0;
218 _cursesi_screen->colours[i].green = 0;
219 _cursesi_screen->colours[i].blue = 0;
220 _cursesi_screen->colours[i].flags = 0;
223 /* Initialise pair 0 to default colours. */
246 /* Set all positions on all windows to curses default colours. */
343 * Get pair foreground and background colours.
398 _cursesi_screen->colours[color].red = red;
399 _cursesi_screen->colours[color].green = green;
400 _cursesi_screen->colours[color].blue = blue;
433 *redp = _cursesi_screen->colours[color].red;
434 *greenp = _cursesi_screen->colours[color].green;
435 *bluep = _cursesi_screen->colours[color].blue;
441 * Use terminal default colours instead of curses default colour.
453 * Set the default foreground and background colours.
532 * Set terminal foreground and background colours.
552 /* Set ANSI foreground and background colours */
594 * Clear terminal foreground and background colours.
601 /* Clear ANSI foreground and background colours */