real_y
int y = real_y(par->p, vc->state.y);
par->bitops->clear(vc, info, real_y(p, sy), sx, b, width, fg, bg);
par->bitops->clear(vc, info, real_y(p, sy + b), sx, height - b,
par->bitops->clear(vc, info, real_y(p, sy), sx, height, width, fg, bg);
par->bitops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
par->bitops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx,
int y = real_y(par->p, vc->state.y);
int y = real_y(par->p, vc->state.y);
int y = real_y(par->p, vc->state.y);