Lines Matching defs:gc
213 struct grid_cell gc;
250 memcpy(&gc, &grid_default_cell, sizeof gc);
251 gc.flags |= GRID_FLAG_NOPALETTE;
252 gc.fg = colour;
253 screen_write_puts(&ctx, &gc, "%s", tim);
263 memcpy(&gc, &grid_default_cell, sizeof gc);
264 gc.flags |= GRID_FLAG_NOPALETTE;
265 gc.bg = colour;
286 screen_write_putc(&ctx, &gc, ' ');