home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / vttest / README < prev    next >
Text File  |  1995-09-11  |  2KB  |  58 lines

  1. NOTES FROM THE MOD.SOURCES MODERATOR:
  2. I split the source up into the three separate pieces it now is.
  3. In doing this, I put lines like "int reading;" in a header file
  4. that both C modules include.  If your Unix requires one of these
  5. to be "extern int reading;" then you will have some editing to do.
  6. Also note that this program uses FIONREAD, which must be implemented
  7. differently in SystemV, etc., and check out the setjmp() call...
  8.     /Rich $alz
  9. Oh, yeah:  I also wrote the Makefile and manpage, such as they are.
  10. -------------------------------------------------------------------
  11.  
  12. This is a program to test the compatibility (or to demonstrate the
  13. non-compatibility) of so-called "VT100-compatible" terminals. In
  14. conformance of the good old hacker traditions, the only documentation
  15. of this program is the source code itself. To understand it, you also
  16. need a copy of the original VT100 manual from DEC.
  17.  
  18. Comments and bug reports: Since this is a release (via USENET) to the
  19. whole world, a lot of people are going to have opinions and fresh
  20. ideas about it. (What -- bugs in MY program? Aww...)  I can't deal
  21. with everyone sending me a hacked version, but if you have found a
  22. serious bug, or ported it to VMS, do tell me. I can't promise any new
  23. version release, though. From this version on (1.7b) VTTEST will have
  24. to live its own life without its father holding its hand.
  25.  
  26. My adress is:
  27.  
  28. Network-mail adress:     (mcvax,seismo)!enea!suadb!lindberg
  29.  
  30. Real-world-mail address: Per Lindberg
  31.                          QZ, Stockholm University Computing Center
  32.              Box 27322
  33.              S - 102 54  Stockholm
  34.              SWEDEN
  35.  
  36. The original version of this program is written for the Sargasso C
  37. compiler for the DECsystem-10. Many thanks to all sales persons with
  38. quote VT100-compatible unquote terminals, who prompted me to write
  39. this program, and also to:
  40.  
  41. -- Bo Kleve, LIDAC, Linkoping University, Sweden
  42.    for the portation to DECSYSTEM-20 with the Sargasso C compiler
  43.  
  44. -- Johan Widen, TTDS, Royal Institute of Technology, Stockholm, Sweden
  45.    for the portation to various UNIX systems (incl. System III and Xenix)
  46.  
  47. -- Russ Herman, AES Data Inc., Missisauga, Ont. Canada
  48.    for fixes and code for the VT102 test
  49.  
  50. Thanx also to JMR "Gremlin" at KTH, and Goran Wallberg at QZ
  51. for suggestions, bug fixes, etc.
  52.  
  53. This program does not have support for all the different variations
  54. of VT100, like VT125, VT131 nor the new VT200 series. Feel free to
  55. add that yourself. Happy Hacking!
  56.  
  57.                  /TMP
  58.