1 03/21/85 slave_term
 2 
 3 Syntax as a command:  slave_term key
 4 
 5 
 6 Function:  controls the ability of the slave terminal to enter
 7 commands, issue quit signals, and receive log or error messages.  The
 8 slave terminal must be active for the command to be effective.  The
 9 commands, no_commands, quits, and no_quits keys are restricted to the
10 master terminal.
11 
12 
13 Arguments:
14    where key may be selected from the following:
15 commands
16    commands can be sent from the slave terminal to the driver.
17    (Restricted to master terminal.)
18 echo
19    echoes each command line typed from the slave.  (Input from the
20    exec_com used by the "x" command will not be echoed.)
21 errors
22    error messages are routed to the slave terminal.
23 log
24    log messages are routed to the slave terminal.
25 modes STRs
26    sets the slave terminal modes to those specified by STRs.
27 
28 
29 no_commands
30    no commands can be sent from the slave terminal to the driver.
31    (Restricted to master terminal.)
32 no_echo
33    suppresses echoing of the slave commands (default).
34 no_errors
35    no error messages are routed to the slave terminal.
36 no_log
37    no log messages are routed to the slave terminal.
38 no_quits
39    no quit signals can be sent from the slave terminal to the driver.
40    (Restricted to master terminal.)
41 quits
42    quit signals can be sent from the slave terminal to the driver.
43    (Restricted to master terminal.)