Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/teken/teken_subr.h 197117 2009-09-12 12:44:21Z ed $
---
> * $FreeBSD: head/sys/teken/teken_subr.h 197470 2009-09-24 20:33:14Z ed $
805c805
< if (!(t->t_stateflags & TS_CONS25) && c <= 0x1B)
---
> if (!(t->t_stateflags & TS_CONS25) && (c <= 0x1b || c == 0x7f))
806a807
> c = teken_scs_process(t, c);