vt100_ansimode
vt100_ansimode(vd, ARG(vd, n), VTMODE_SET);
vt100_ansimode(vd, ARG(vd, n), VTMODE_RESET);
vt100_ansimode(vd, ARG(vd, 0), VTMODE_REPORT);
static int vt100_ansimode(struct vt100base_data *, int, int);