Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/teken/teken_subr.h 197539 2009-09-27 18:19:41Z ed $
---
> * $FreeBSD: head/sys/teken/teken_subr.h 197853 2009-10-08 10:26:49Z ed $
428c428
< teken_subr_device_control_string(teken_t *t __unused)
---
> teken_subr_device_control_string(teken_t *t)
431c431,432
< teken_printf("device control string???\n");
---
> teken_printf("Unsupported device control string\n");
> t->t_stateflags |= TS_INSTRING;
746a748,755
> teken_subr_operating_system_command(teken_t *t)
> {
>
> teken_printf("Unsupported operating system command\n");
> t->t_stateflags |= TS_INSTRING;
> }
>
> static void
1261c1270,1273
< teken_printf("string terminator???\n");
---
> /*
> * Strings are already terminated in teken_input_char() when ^[
> * is inserted.
> */