Home
last modified time | relevance | path

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

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dyaft.h68 BRIGHT_INC = 8, /* value used for brightening color */ enumerator
H A Dterminal.c81 term->color_pair.fg + BRIGHT_INC: term->color_pair.fg; in set_cell()
83 term->color_pair.bg + BRIGHT_INC: term->color_pair.bg; in set_cell()
H A Dfunction.c393 term->color_pair.fg = (num - 90) + BRIGHT_INC; in set_attr()
395 term->color_pair.bg = (num - 100) + BRIGHT_INC; in set_attr()