home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / editor / tvx_edit.arc / README < prev    next >
Text File  |  1986-03-17  |  3KB  |  76 lines

  1.     TVX - A full screen editor in C
  2.  
  3. ===========================================================================
  4. **************************** RELEASE NOTES ********************************
  5.  
  6. Version 3/6/86
  7.  
  8.     * This is the second major release of TVX, distributed
  9.       on mod.sources.  All files needed to build TVX for other
  10.       systems are included on this distribution, also.
  11.  
  12.     * The last section of the manual contains instructions for
  13.       porting TVX to other environments.
  14.  
  15. ===========================================================================
  16.  
  17.     Developed by:
  18.         Dr. Bruce E. Wampler
  19.         University of New Mexico
  20.         Department of Computer Science
  21.         Farris Engineering Center
  22.         Albuquerque, NM 87131
  23.     ..{ucbvax | seismo!gatech | ihnp4!lanl}!unmvax!wampler
  24.  
  25.  
  26.    This version of TVX Copyright (c) 1986 by Bruce E. Wampler
  27.  
  28.    Permission is hereby granted for free, unrestricted nonprofit
  29.    use of this software.  Please feel free to modify, distribute,
  30.    and share this software as long as you aren't making any money
  31.    from it.  If you want to use this code in a profit making environment,
  32.    please contact the author for permission.
  33.  
  34. Unix RELEASE NOTES:
  35.  
  36. ********* Description of files included in distribution: *********
  37.  
  38.     README     - this file
  39.  
  40.     tvx_ref1.doc - documentation, ready for 80 col, 10 cpi, 66 line printer
  41.     tvx_ref2.doc - 2nd part, use cat to combine 1 and 2
  42.     tvx_tut.doc - short beginner's tutorial
  43.  
  44.     tvx.ref - text quick reference charts for TVX
  45.     vix.ref - quick reference chart for vi emulator
  46.     emax.ref - quick reference chart for emacs emulator
  47.  
  48.  
  49.     Makefile.BSD - Makefile for BSD unix build
  50.     Makefile.SYSV - Makefile for System V unix build
  51.  
  52.     tvx_1.c       - main part of code (part 1), mostly os/terminal independent
  53.     tvx_2.c       - main part of code (part 2), mostly os/terminal independent
  54.     tvx_lex.c  - defaults, some os dependent stuff in here.  Major
  55.              changes in defaults can be fixed by recompiling this file.
  56.     tvx_io.c   - almost all I/O, including screen, confined to this file.
  57.     tvx_lib.c  - misc library routines needed by TVX.
  58.     tvx_unix.c  - contains unix specific code, including termcap driver
  59.  
  60.     tvx_defs.ic - #define's for version, os, terminal, defaults
  61.         tvx_glbl.ic - global data structures
  62.     tvx_term.ic - definitions for various terminals and systems
  63.  
  64.  
  65.     tvx_cfg.c   - used to build CONFIG.TVX file for -c switch
  66.     tvx_ptch.c  - used to apply CONFIG to TVX.EXE permanently
  67.  
  68. ----- Misc. files for other systems ------
  69.  
  70.     tvx_make.bat - batch file to compile IBM-PC tvx with cii c-86
  71.     tvx_ibm.c  - IBM-PC screen driver
  72.  
  73.     atari.info - misc files needed to build TVX on an Atari ST
  74.  
  75. ===========================================================================
  76.