tty_cursor
tty_cursor(tty, x, y);
tty_cursor(tty, x, y);
tty_cursor(tty, cx, cy);
void tty_cursor(struct tty *, u_int, u_int);
tty_cursor(tty, atx + i - width, aty);
tty_cursor(tty, px, py);
tty_cursor(tty, px + nx - 1, py);
tty_cursor(tty, px, py);
tty_cursor(tty, px, py);
tty_cursor(tty, px, py);
tty_cursor(tty, px + nx - 1, py);
tty_cursor(tty, px, py);
tty_cursor(tty, rr->px, py);
tty_cursor(tty, 0, py);
tty_cursor(tty, 0, ctx->yoff + ctx->ocy);
tty_cursor(tty, tty->rright, ctx->yoff + ctx->ocy);
tty_cursor(tty, 0, tty->rlower);
tty_cursor(tty, tty->rright, tty->rlower);
tty_cursor(tty, 0, 0);
tty_cursor(tty, 0, tty->cy);
tty_cursor(tty, 0, 0);
tty_cursor(tty, 0, 0);
tty_cursor(tty, 0, tty->cy);
tty_cursor(tty, ctx->xoff + cx - ctx->wox, ctx->yoff + cy - ctx->woy);