127 if ( (
unsigned short )colour_pair_number >
COLOUR_PAIRS )
static union @024010030001061367220137227263210031030210157031 opts
"cert<xxx>" option list
#define PAIR_NUMBER(attrs)
struct _curses_window WINDOW
Curses Window struct.
#define __unused
Declare a variable or data structure as unused.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
attr_t attrs
window attributes
int wattr_get(WINDOW *win, attr_t *attrs, short *pair, void *opts __unused)
Get attributes and colour pair information.
int wattroff(WINDOW *win, int attrs)
Turn off attributes in a window.
int wattrset(WINDOW *win, int attrs)
Set attributes in a window.
chtype getbkgd(WINDOW *win)
Get the background rendition attributes for a window.
int wattr_off(WINDOW *win, attr_t attrs, void *opts __unused)
Turn off attributes in a window.
int wattr_on(WINDOW *win, attr_t attrs, void *opts __unused)
Turn on attributes in a window.
int wcolour_set(WINDOW *win, short colour_pair_number, void *opts __unused)
Set colour pair for a window.
int wattr_set(WINDOW *win, attr_t attrs, short cpair, void *opts __unused)
Set attributes and colour pair information in a window.
int wattron(WINDOW *win, int attrs)
Turn on attributes in a window.