Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty.c3018 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()
H A Dwindow.c561 gc1 = &wp->cached_gc; in window_redraw_active_switch()
H A Dtmux.h1153 struct grid_cell cached_gc; member