home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume24 / qterm5.0 / part01 / README < prev   
Text File  |  1991-03-21  |  2KB  |  49 lines

  1.  
  2.         Q T E R M  -  Q U E R Y   T E R M I N A L
  3.  
  4.                 Version 5.0
  5.  
  6. Qterm is a program that queries terminals to find out what kind of
  7. terminal is responding.  It is useful to automagically define your
  8. terminal type.  It prints the name of the terminal (compatible,
  9. hopefully, with a termcap/terminfo name) such as "vt100" to standard
  10. output.  See the manual for details.
  11.  
  12. The major changes in these version of qterm is a re-write of command
  13. line parsing and the options qterm accepts.  I've written a new,
  14. "generic" command line parsing package called "options" which is
  15. included as part of this distribution of qterm.  (See the options.3
  16. man page for details on programming with the options package.)  Qterm
  17. now has a totally new set of (hopefully) clear and concise options.
  18. The old command line options are still accepted if qterm is compiled
  19. with OPT_COMPAT defined (see Makefile).  WARNING: Some of the old
  20. options conflict with the new options.  i.e.  If OPT_COMPAT is
  21. defined, "qterm -file foo" does not do what you think it will.  This
  22. is parsed as "qterm -f ile foo".
  23.  
  24. Qterm was written under 4.[23] BSD and will probably run without
  25. modification on other Berkeley Unix systems.  This version has also
  26. been tested under UTS 2.1 which is a System V.3 derivative.  It was
  27. compiled with "USG5" defined and setting $(LIBS) to "-lPW".  (See
  28. Makefile for more info).  It should work on other System V platforms.
  29.  
  30. It has been running at one point or another here at USC on:
  31.  
  32.     Sun-3, Sun-4, Sun386i's under SunOS 3.X, 4.0, 4.0.3, 4.1, 4.1.1
  33.     Alliant's under Concentrix 3.X, 4.X, 5.X
  34.     IBM RT's under ACIS 4.2 and 4.3
  35.     DEC VAX & DEC RISC under Ultrix 2.2, 3.1, 4.0, 4.1
  36.     4.[23]BSD (VAX)
  37.     4.3BSD [MORE/bsd] (HP)
  38.     Amdahl UTS (System V.3) 2.1
  39.  
  40. If you have Internet access, the latest and greatest version of qterm
  41. is available from "usc.edu" via anonymous ftp in the file
  42. /pub/qterm.shar.  I update this file whenever there are any changes,
  43. so it's bound to be newer than a copy from any other source.
  44.  
  45.  
  46. Michael A. Cooper, University Computing Services, U of Southern California
  47.   INTERNET: mcooper@usc.edu                PHONE: 213-740-2957
  48.   UUCP: ...!uunet!usc!mcooper              BITNET: mcooper@gamera
  49.