Searched refs:cached_gc (Results 1 – 3 of 3) sorted by relevance
3018 tty_window_default_style(&wp->cached_gc, wp); in tty_default_colours()3019 style_add(&wp->cached_gc, oo, "window-style", ft); in tty_default_colours()3027 gc->fg = wp->cached_gc.fg; in tty_default_colours()3034 gc->bg = wp->cached_gc.bg; in tty_default_colours()
561 gc1 = &wp->cached_gc; in window_redraw_active_switch()
1153 struct grid_cell cached_gc; member