Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6136 static guicolor_T brush_color[2] = {INVALCOLOR, INVALCOLOR}; in gui_mch_draw_string() local
6160 if (gui.currBgColor == brush_color[0]) in gui_mch_draw_string()
6165 else if (gui.currBgColor == brush_color[1]) in gui_mch_draw_string()
6175 brush_color[brush_lru] = gui.currBgColor; in gui_mch_draw_string()