Searched refs:g_attrCurrent (Results 1 – 2 of 2) sorted by relevance
161 static WORD g_attrCurrent; variable2838 cterm_normal_fg_color = (g_attrCurrent & 0xf) + 1; in mch_init_c()2847 update_tcap(g_attrCurrent); in mch_init_c()5629 ClearConsoleBuffer(g_attrCurrent); in termcap_mode_start()5909 fill.Attributes = g_attrCurrent; in insert_lines()5980 fill.Attributes = g_attrCurrent; in delete_lines()6067 g_attrCurrent = wAttr & 0xff; in textattr()6076 g_attrCurrent = (g_attrCurrent & 0xf0) + (wAttr & 0x0f); in textcolor()6088 g_attrCurrent = (g_attrCurrent & 0x0f) + ((wAttr & 0x0f) << 4); in textbackground()6118 g_attrPreStandout = g_attrCurrent; in standout()[all …]
31640 Solution: Use g_attrCurrent. (Nobuhiro Takasaki, closes #3987)