Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads2/
H A Dosgen.h268 #define OSGEN_COLOR_STATUSBG ((char)((OS_COLOR_P_STATUSBG) >> 24)) macro
H A Dosgen3.c3121 S_status_win->base.fillcolor = OSGEN_COLOR_STATUSBG; in os_status()
3125 ossgetcolor(OSGEN_COLOR_STATUSLINE, OSGEN_COLOR_STATUSBG, in os_status()
H A Dosunixt.c3568 if (fg == OSGEN_COLOR_STATUSLINE && bg == OSGEN_COLOR_STATUSBG) in ossgetcolor()