this is 5uu_fig2

LOOP1

 Below is a subroutine to paint over the contents of our terminal
 screen and put a $ in the appropriate place.

LOOP2

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

DRAWTERM

                    TERMINAL                 

NEXT

 $TV1$
                                              
                                                    
                    HP vt100A                  
          

LOOP3

   
                                                    

LOOPCLR3

                            

THREETIMELOSER

If your term was a tvi950,
you would enter
     TERM=tvi950
     export TERM
your terminal is a vt100

EXPLAN

 TERM=your terminal type
 export TERM
A

JMP2

 To begin the command you must first hit a ':' command.
 Please try again.
 A

RCHK

:
 This is not correct. 
 $T1$
 $T2$

WMESG

"practice" 
 4 lines, 250 characters 

SUB7

A

CR10

 Nope. You don't need a CARRIAGE RETURN to end the command line.
 Just give the command '$W1$ '.
 Please try again.
 $V9$
A

J84

 $T1$
 $T2$
 $T3$
 $T4$
 $T5$
 $V9$
A
A

J84A

 $X9$
 Very good!
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so

OK

 When using an editor, it is essential that the computer be aware
of the type of terminal you are using.   If your terminal type is not
entered properly, your terminal will display many interesting (however
useless and confusing) things.
 Let us assume that your terminal type is vt100.  Before you 
 use an editor, the TERM variable must be made available to all 
 your programs.  To do this you must assign the terminal type to 
 the TERM variable.

 Secondly you need to export the TERM variable.

 Please type setenv TERM vt100 <CR>
 Please type TERM=vt100<CR>
 Then type export TERM<CR>
$PROMPT$

A

 You will be helped this time.
 TERM=vt100

BYPASS1

   You have the right idea, but wrong terminal type.  Set your terminal
   to vt100.
$ 
   You have the right terminal, but wrong syntax.  Set your terminal
   to vt100.
                              
$ 
    Here is a review.  Please set TERM to vt100, i.e:
    type TERM=vt100<CR>, and then export TERM<CR>
                            
$ 

SAIDTERM

$PROMPT$                    
   Perfect.  You have set your term to vt100.
   Now UNIX knows you are using a vt100.

OVER1

  ****** STUBBORN STUDENT SALVATION ROUTINE  ***********
 You will be helped this time
 $ export TERM
 $PROMPT$

NOTYET

                    
   You already told UNIX what sort of TERM you are using.  Now you
   must make UNIX remember what sort of terminal you are using.

BYPASS2

   You know that you want to export, but what you need to do is
   export TERM
                             
$ 
   You know you want to do something with TERM.  You must export
   TERM to make UNIX remember that you are using a vt100.
                              
$ TERM=vt100
   You already told UNIX what sort of TERM you are using.  Now you
   must make UNIX remember what sort of terminal you are using.
 $ TERM=vt100
$ TERM=vt100