Searched defs:GetCellColorBG (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dptyx.h1846 #define GetCellColorBG(data) ((data).bg) macro
1855 #define GetCellColorBG(data) (((data) >> COLOR_BITS) & COLOR_MASK) macro
1862 #define GetCellColorBG(data) 0 macro

Completed in 15 milliseconds