Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dscreen-write.c1032 struct grid_cell tmp_gc, now_gc; in screen_write_cell() local
1092 grid_view_get_cell(gd, s->cx, s->cy, &now_gc); in screen_write_cell()
1093 if (screen_write_overwrite(ctx, &now_gc, width)) in screen_write_cell()
/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen-write.c1725 struct grid_cell tmp_gc, now_gc; in screen_write_cell() local
1780 grid_view_get_cell(gd, s->cx, s->cy, &now_gc); in screen_write_cell()
1781 if (screen_write_overwrite(ctx, &now_gc, width)) in screen_write_cell()