> > + term.esc &= ~(ESC_STR_END|ESC_STR); > > Shouldn’t these flags be cleared only on SUB, CAN, ST, C1s and \a ?
You are right. There are some 'break' that should be a return. Regards, -- Roberto E. Vargas Caballero
> > + term.esc &= ~(ESC_STR_END|ESC_STR); > > Shouldn’t these flags be cleared only on SUB, CAN, ST, C1s and \a ?
You are right. There are some 'break' that should be a return. Regards, -- Roberto E. Vargas Caballero