Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c6110 static WORD g_attrPreStandout = 0; variable
6118 g_attrPreStandout = g_attrCurrent; in standout()
6130 if (g_attrPreStandout) in standend()
6131 textattr(g_attrPreStandout); in standend()
6133 g_attrPreStandout = 0; in standend()