curses.h | 51 * attr_t must be the same size as wchar_t (see <wchar.h>) to avoid padding 55 typedef wchar_t attr_t; typedef in typeref:typename:wchar_t 70 attr_t attributes; /* character attributes */ 543 int attr_get(attr_t *, short *, void *); 544 int attr_off(attr_t, void *); 545 int attr_on(attr_t, void *); 546 int attr_set(attr_t, short, void *); 726 attr_t no_color_attributes(void); 764 attr_t term_attrs(void); 782 int wattr_get(WINDOW *, attr_t *, short *, void *) [all...] |