1 02/17/76 set_tty, stty
2
3 Function: modifies the terminal type and modes associated
4 with terminal I/O.
5
6
7 Syntax: stty -control_args
8
9
10 Control arguments:
11 -terminal_type XX, -ttp XX sets the device type.
12 1050 2741
13 CORR2741, corr2741 TTY37, tty37
14 TTY33, tty33 TTY38, tty38
15 TN300, tn300 ARDS, ards
16 ASCII, ascii
17
18 -modes XX sets the modes. Mode names are separated by commas,
19 each one optionally preceded by a circumflex ^ to turn the
20 specified mode off. Valid mode types are --
21 crecho, ^crecho
22 lfecho, ^lfecho
23 tabecho, ^tabecho
24 llN
25
26 -reset turns off all modes that are not set in the default modes
27 string for the current terminal type.
28
29 -tabs specifies that the device has software-settable tabs, and
30 that the tabs are to be set.
31
32 -print prints the terminal type and modes.
33 If any other control arguments are specified, the type
34 and modes printed reflect the result of the command.
35
36
37 Notes: The type specified by this command is used for
38 determining character conversion and delay timings; it has no
39 effect on communications line control.