Searched refs:brush_color (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w32.c2214 static guicolor_T brush_color[2] = {INVALCOLOR, INVALCOLOR}; local
2240 if (gui.currBgColor == brush_color[0])
2245 else if (gui.currBgColor == brush_color[1])
2255 brush_color[brush_lru] = gui.currBgColor;

Completed in 81 milliseconds