Home
last modified time | relevance | path

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

/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtf.h91 # define BGCOLORSHIFT 16 macro
99 # define BGCOLORSHIFT 12
125 #define attr2bgcolor(attr) (((attr) & F_BGCOLORMASK) >> BGCOLORSHIFT)
127 #define bgcolor2attr(color) (F_BGCOLOR | ((color) << BGCOLORSHIFT))
/dports/net/tinyfugue/tf-50b8/src/
H A Dtf.h91 # define BGCOLORSHIFT 16 macro
99 # define BGCOLORSHIFT 12
125 #define attr2bgcolor(attr) (((attr) & F_BGCOLORMASK) >> BGCOLORSHIFT)
127 #define bgcolor2attr(color) (F_BGCOLOR | ((color) << BGCOLORSHIFT))