home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 179_01 / readme < prev    next >
Text File  |  1986-01-18  |  2KB  |  49 lines

  1. ===========================================================================
  2. **************************** RELEASE NOTES ********************************
  3.  
  4. Version 1/10/86
  5.  
  6.     This is the USENET public domain distribution of TVX.
  7.  
  8. ===========================================================================
  9.  
  10.     Developed by:
  11.         Dr. Bruce E. Wampler
  12.         University of New Mexico
  13.         Department of Computer Science
  14.         Farris Engineering Center
  15.         Albuquerque, NM 87131
  16.  
  17.  
  18.     USENET RELEASE NOTES:
  19.  
  20.     Description of files included in distribution (unix versions use
  21.     lower case file names):
  22.  
  23.     QUICKREF.TVX - text quick refernece charts for TVX
  24.     TVX_REF.DOC - documentation for TVX - it is ready for
  25.             80 col, 10 cpi, 66 line printer
  26.  
  27.     Makefile    - File to make TVX on unix
  28.     TVX_MAKE.BAT - batch file to compile tvx + utilities with cii c-86
  29.             on IBM-PC or MS-DOS
  30.  
  31.     TVX_1.C       - main part of code (part 1), mostly os/terminal independent
  32.     TVX_2.C       - main part of code (part 2), mostly os/terminal independent
  33.     TVX_LEX.C  - defaults, some os dependent stuff in here.  Major
  34.              changes in defaults can be fixed by recompiling this file.
  35.     TVX_IO.C   - almost all I/O, including screen, confined to this file.
  36.     TVX_LIB.C  - misc library routines needed by TVX.
  37.     TVX_IBM.C  - IBM-PC screen driver
  38.     TVX_UNIX.C  - contains unix specific code, including termcap driver
  39.  
  40.     TVX_DEFS.IC - #define's for version, os, terminal, defaults
  41.     TVX_GLBL.IC - global data structures
  42.     TVX_TERM.IC - definitions for various terminals and systems
  43.  
  44.  
  45.     TVX_CFG.C   - program used to build CONFIG.TVX file for -c switch
  46.     TVX_PTCH.C  - program used to patch TVX executable with CONFIG.TVX
  47.               this is NOT a very polished program!
  48.  
  49.