Searched refs:cached_gc (Results 1 – 3 of 3) sorted by relevance
3129 tty_window_default_style(&wp->cached_gc, wp); in tty_default_colours()3130 style_add(&wp->cached_gc, oo, "window-style", ft); in tty_default_colours()3138 gc->fg = wp->cached_gc.fg; in tty_default_colours()3145 gc->bg = wp->cached_gc.bg; in tty_default_colours()
567 gc1 = &wp->cached_gc; in window_redraw_active_switch()
1155 struct grid_cell cached_gc; member