1 12/01/86  set_mode, sm
 2 
 3 Syntax: sm {mode1...modeN}
 4 
 5 
 6 Function: sets or resets the specified mode and changes
 7 the prompt strings.
 8 
 9 
10 Arguments:
11      (modei may be one of the following)
12 iteration
13    turns on request line iteration processing
14 ^iteration
15    turns off request line iteration processing. (Default)
16 ^prompt
17    turns off the prompting.
18 prompt
19    turns on prompting.
20 set_lila_prompt_string STR, slaps STR
21    sets the LILA prompt string to STR.  If there are embedded
22    blanks in STR, then STR must be enclosed in quotes.
23    (Default is "->")
24 
25 
26 set_linus_prompt_string STR, slups STR
27    sets the LINUS prompt string to STR.  If there are embedded
28    blanks in STR, then STR must be enclosed in quotes.
29    (Default is "linus:")
30 
31 
32 Notes:  The maximum prompt string length is 32 characters.