OFLAGS_TABS
if (termp->Ottyb.c_oflag & OFLAGS_TABS)
termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS);
termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS);
_term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS;
if (_term->Ottyb.c_oflag & OFLAGS_TABS)