Searched refs:tty_cell (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | screen-redraw.c | 815 tty_cell(tty, &gc, &grid_default_cell, NULL, NULL); in screen_redraw_draw_borders_cell() 1049 tty_cell(tty, &grid_default_cell, in screen_redraw_draw_scrollbar() 1056 tty_cell(tty, gcp, &grid_default_cell, NULL, in screen_redraw_draw_scrollbar()
|
H A D | tty.c | 2102 tty_cell(tty, ctx->cell, &ctx->defaults, ctx->palette, in tty_cmd_cell() 2210 tty_cell(struct tty *tty, const struct grid_cell *gc, in tty_cell() function
|
H A D | tmux.h | 2412 void tty_cell(struct tty *, const struct grid_cell *,
|