<<<<< LEFT_CLEAN SUBROUTINE >>>>>>>>>>>>>>>>>>>>>

LNEXT

                                      

ONELCLEAN

                                      

   <<<<< TERMINAL SCREEN DRAWING SUBROUTINE >>>>>>>>

UTERMINAL

                 TERMINAL               

NEXT

 CAL: #RC, 1
 $V1$
                                        
 <<<<<<< Standout Line Procedure >>>>>>>>>>

HILINE

                                                                               
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

 q - to quit, <CR> - to continue
If they want to quit, do so

GO

 Your multi-user UNIX system may have
 more than one terminal connected
 to it.  These terminals may be
 the same or of different types.
          |^^^^^^^^^^|          |           |
          |          |          | TERMINAL  |
          | TERMINAL |          |           |
          |          |          |           |
          -----------\           ------------
             //       \      ---------| |
     __________________ \    |  _______________________
    /     -  -  - - - / |    |  \  -  -  -  - - -  - - \
   /_________________/  |    |     _____________________\
                        |    |
          -------------------------                 
                                   ---------Terminal
               COMPUTER                             
                                                \\
                                                        
 The shell command for setting the
 terminal type has the following syntax:
        TERM=term-type
 setenv TERM  term-type
 Assuming that the new terminal
 type is AM100, please set
 the terminal type by typing
 the required command at the
 prompt.
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please type TERM=AM100
 Please type TERM=AM100
 Please type setenv TERM AM100
 Please type setenv TERM AM100
 You will be helped this time!
                                 

FORGET1

TERM=AM100                      
setenv TERM AM100               
 A correct response will be 
 followed by the next prompt.
 $PROMPT$
 If CSH no EXPORT REQUIRED EXIT
 Now make the TERM variable
 accessible to all your programs,
 i.e., export it to your environment
 with the export TERM command!
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please type export TERM
 Please type export TERM
 You will be helped this time!
                                 

FORGET2

 export TERM                     
 A correct result will be 
 followed by the next prompt.
 $PROMPT$