TTY Control Routine

TTY Control

Like the fcntl system call in UNIX, there is a routine in XINU that controls the behavior of the tty device. This routine is called ttycntl(). It consists of a large switch that simply sets the tty control block flags according to its parameters.

1