1 03/18/76   set_tty, stty
 2 
 3 Function:  specifies properties of the user's terminal.
 4 
 5 
 6 Syntax:  stty {-control_args}
 7 
 8 
 9 Control arguments:
10 -terminal_tty XX, -ttp XX  set user's terminal type where XX can be --
11      TTY37, tty37
12      TTY33, tty33
13      TTY38, tty38
14      TN300, tn300
15 -modes XX  set modes for terminal I/O.  Mode names in XX string are
16  separated by commas and can be preceded by circumflex (^) to turn the
17  mode off.  DFAST user modes are --
18      llN
19      crecho, ^crecho
20      lfecho, ^lfecho
21      tabecho, ^tabecho
22 -reset  turn off all modes not set by default modes string for current
23  terminal type.
24 -tabs  set tabs (only used if current terminal has software-settable
25  tabs, e.g., GE TermiNet 300).
26 -print  print terminal type and complete set of modes.