Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/teken/teken_subr_compat.h 197117 2009-09-12 12:44:21Z ed $
---
> * $FreeBSD: head/sys/teken/teken_subr_compat.h 197481 2009-09-25 13:51:01Z ed $
89a90,103
> static void
> teken_subr_cons25_set_terminal_mode(teken_t *t, unsigned int mode)
> {
>
> switch (mode) {
> case 0: /* Switch terminal to xterm. */
> t->t_stateflags &= ~TS_CONS25;
> break;
> case 1: /* Switch terminal to cons25. */
> t->t_stateflags |= TS_CONS25;
> break;
> }
> }
>