VIP, contained in C:VIP, compressed AP source, and B:VIP, rom,
   is a set of routines callable from FORTRAN programs or COBOL programs
   that manipulate the screen of a Honeywell VP7200 terminal. Available
   are calls that erase the screen, erase a line, change display intensity,
   and move the cursor relative to its current position or to an
   absolute screen position.  Some self checking of input parameters
   is done, and appropriate error messages issued thru M:DO.  Each
   screen activity requires at least 1 CAL.  This allows the user to
   do his own formatting, rather than requiring the VIP routines to
   buffer the output.  No provision has been made for 'READ THE
   CURSOR' position function.  VIPLIB requires that the system
   COC routines accept VP72 as a valid termina type.  Patches
   for this are available for E01 and it is intrinsic in F00.
   All screen output is done thru F:UC (BIN),(DRC).
   For more specific details of functioning, check the source
   comments.
