home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-5.LBR / T.LBR / TCVIEW.HZP / TCVIEW.HLP
Text File  |  2000-06-30  |  2KB  |  38 lines

  1. ;
  2.                                  TCVIEW.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (25)   615D  2.1        E. Barnhart 11/89       Z3COM13
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.    TCVIEW allows  the  user  to view the contents of a Z3T file or the termcap 
  10. present in memory.  Vs. 1.0 (12/86) by Jay Rouman.
  11.  
  12. :1
  13.  
  14.     Syntax   TCVIEW            -->  to view the termcap in memory
  15.  
  16.              TCVIEW file
  17.                  or            -->  to view a termcap file
  18.              TCVIEW file.typ
  19. :2
  20.  TCVIEW Notes 
  21.  
  22.    a. Vs 2.1 updates:
  23.       - corrects PRGRAF routine to not strip high bit.   Only  prints graphics
  24.         characters if  GRAPHICS ON/OFF  sequence  is present to  be compatible 
  25.         with other programs.   If reading a file, the alpha representations of
  26.         the graphic characters are printed.
  27.  
  28.    b. Vs 2.0 updates:
  29.       - major rewrite to take  advantage of the  new V4LIBS and extended TCAP.
  30.       - internal environment eliminated.   Now  a  type 1 program  which  runs 
  31.         under CP/M and informs user if TCAP is not installed.
  32.  
  33.    c. Vs 1.2 updates:
  34.       - fixes memory mode that used incorrect Z3ENV pointer. 
  35.       - changed to assemble with M80 and link with L80.
  36.  
  37.    d. Vs 1.1 updates:
  38.       - converted to use ZAS and run through PPAL pretty printer.