Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_x11.c133 static guicolor_T prev_fg_color = INVALCOLOR; variable
2255 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()