home *** CD-ROM | disk | FTP | other *** search
- ;
- TCVIEW.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 4k (25) 615D 2.1 E. Barnhart 11/89 Z3COM13
-
- 1- Syntax 2- Notes
-
- TCVIEW allows the user to view the contents of a Z3T file or the termcap
- present in memory. Vs. 1.0 (12/86) by Jay Rouman.
-
- :1
-
- Syntax TCVIEW --> to view the termcap in memory
-
- TCVIEW file
- or --> to view a termcap file
- TCVIEW file.typ
- :2
- TCVIEW Notes
-
- a. Vs 2.1 updates:
- - corrects PRGRAF routine to not strip high bit. Only prints graphics
- characters if GRAPHICS ON/OFF sequence is present to be compatible
- with other programs. If reading a file, the alpha representations of
- the graphic characters are printed.
-
- b. Vs 2.0 updates:
- - major rewrite to take advantage of the new V4LIBS and extended TCAP.
- - internal environment eliminated. Now a type 1 program which runs
- under CP/M and informs user if TCAP is not installed.
-
- c. Vs 1.2 updates:
- - fixes memory mode that used incorrect Z3ENV pointer.
- - changed to assemble with M80 and link with L80.
-
- d. Vs 1.1 updates:
- - converted to use ZAS and run through PPAL pretty printer.