Searched refs:__DIM (Results 1 – 5 of 5) sorted by relevance
302 ch |= __DIM; in termattrs()338 attr |= __DIM; in term_attrs()389 if (attr & __DIM && t_enter_dim_mode(t) != NULL) in __wattr_on()390 win->wattr |= __DIM; in __wattr_on()441 if (attr & __DIM) in __wattr_off()442 win->wattr &= ~__DIM; in __wattr_off()
152 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
226 #define __DIM 0x00001000 /* Added characters are dim. */ macro250 #define A_DIM __DIM267 #define WA_DIM __DIM /* Half bright */
183 _cursesi_screen->nca |= __DIM; in start_color()
938 if (on & __DIM && enter_dim_mode != NULL) in putattr()941 curscr->wattr |= __DIM; in putattr()