home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume24 / untic / README < prev    next >
Encoding:
Text File  |  1991-06-05  |  1.2 KB  |  30 lines

  1. untic -- Decompile a "terminfo" terminal description file for System V.
  2.  
  3. I wrote the following program, "untic", because I needed to make a terminal
  4. description file which was just slightly different from one of the existing
  5. terminal descriptions.
  6.  
  7. This program looks up the description directly from the compiled description
  8. file.  Thus it produces a file, which when compiled, generated exactly the
  9. same information as was in the original file.
  10.  
  11. This "shar" file contains the following files:
  12.     README        This file
  13.     untic.1        A (very simple) manual page
  14.     Makefile    A (very simple) make file
  15.     untic.c        The program
  16.     untic.tst    A simple test script to compare against "infocmp"
  17.  
  18. This was written long ago, before "infocmp" was available.  This was
  19. published in volume 5 of comp.sources.unix in May of 1986.  At the request
  20. of Joe Wasik from the Unix/C Reusable Code Library, I have updated this
  21. program to a more modern version of System V.  Evidentally, not all sites
  22. which have the terminfo terminal descriptions have "infocmp".
  23.  
  24. If "infocmp" is available at your site, then this program is of no real use;
  25. infocmp does all this does, plus a whole lot more.
  26.  
  27.             Dave Regan
  28.             10 December 1990
  29.             regan@jacobs.cs.orst.edu
  30.