| H A D | tty.c | 1127 tty_clear_line(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_line() 1141 if (c->overlay_check == NULL && !tty_fake_bce(tty, defaults, bg)) { in tty_clear_line() 1188 tty_clear_line(tty, &ctx->defaults, ry, x, rx, bg); in tty_clamp_area() 1255 tty_clear_area(struct tty *tty, const struct grid_cell *defaults, u_int py, in tty_clear_area() 1269 if (c->overlay_check == NULL && !tty_fake_bce(tty, defaults, bg)) { in tty_clear_area() 1322 tty_clear_line(tty, defaults, yy, px, nx, bg); in tty_clear_pane_area() 1333 tty_clear_area(tty, &ctx->defaults, y, ry, x, rx, bg); in tty_draw_pane() 1346 &ctx->defaults, ctx->palette); in tty_draw_pane() 1350 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults, in tty_check_codeset() 1430 u_int atx, u_int aty, const struct grid_cell *defaults, in tty_draw_line() 1120 tty_clear_line(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int px,u_int nx,u_int bg) tty_clear_line() argument 1248 tty_clear_area(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int ny,u_int px,u_int nx,u_int bg) tty_clear_area() argument 1421 tty_draw_line(struct tty * tty,struct screen * s,u_int px,u_int py,u_int nx,u_int atx,u_int aty,const struct grid_cell * defaults,struct colour_palette * palette) tty_draw_line() argument 2202 tty_cell(struct tty * tty,const struct grid_cell * gc,const struct grid_cell * defaults,struct colour_palette * palette,struct hyperlinks * hl) tty_cell() argument 2552 tty_attributes(struct tty * tty,const struct grid_cell * gc,const struct grid_cell * defaults,struct colour_palette * palette,struct hyperlinks * hl) tty_attributes() argument 3030 tty_default_attributes(struct tty * tty,const struct grid_cell * defaults,struct colour_palette * palette,u_int bg,struct hyperlinks * hl) tty_default_attributes() argument [all...] |