Searched refs:org_attributes (Results 1 – 1 of 1) sorted by relevance
394 static WORD org_attributes; in color_printf() local400 org_attributes = con_info.wAttributes; in color_printf()406 SetConsoleTextAttribute(con, (org_attributes & 0xfff0) | (color & 0x0f)); in color_printf()422 SetConsoleTextAttribute(con, org_attributes); in color_printf()