VT100_EMUL_NARGS
u_int args[VT100_EMUL_NARGS]; /* numeric command args (CSI/DCS) */
if (vd->nargs > VT100_EMUL_NARGS - 1)
if (vd->nargs > VT100_EMUL_NARGS) {
vd->nargs = VT100_EMUL_NARGS;
if (vd->nargs > VT100_EMUL_NARGS - 1)
if (vd->nargs > VT100_EMUL_NARGS) {
vd->nargs = VT100_EMUL_NARGS;