screen_write_fast_copy
screen_write_fast_copy(octx, s, start, 0, width, 1);
screen_write_fast_copy(octx, list_left, 0, 0, list_left->cx, 1);
screen_write_fast_copy(octx, list_right, 0, 0, list_right->cx,
screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
screen_write_fast_copy(&ctx, &pd->s, 0, 0, pd->sx, pd->sy);
screen_write_fast_copy(&ctx, &pd->s, 0, 0, pd->sx - 2,
screen_write_fast_copy(ctx, src, px, src->grid->hsize + py, nx, ny);
screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
screen_write_fast_copy(ctx, &c->status.screen, 0, 0, sx, lines);