Home
last modified time | relevance | path

Searched refs:the_attr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/dialog/
H A Dutil.c1715 chtype the_attr = (draw ? shadow_attr : the_cell); in repaint_cell() local
1718 the_attr |= A_ALTCHARSET; in repaint_cell()
1722 the_attr & (chtype) (~A_COLOR), in repaint_cell()
1723 (short) PAIR_NUMBER(the_attr), in repaint_cell()
1727 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr); in repaint_cell()