Searched refs:prev_fg_color (Results 1 – 1 of 1) sorted by relevance
133 static guicolor_T prev_fg_color = INVALCOLOR; variable2255 if (color != prev_fg_color) in gui_mch_set_fg_color()2258 prev_fg_color = color; in gui_mch_set_fg_color()2315 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in draw_curl()2417 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string()2472 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string()