home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1630 / README < prev    next >
Text File  |  1990-12-28  |  979b  |  29 lines

  1. QTERM
  2.  
  3. This is a revision of Craig Bishop's rewrite of Michael Cooper's program
  4. to determine the terminal type by sending one or more strings and
  5. interpreting the responses.  Enhancements over the previous version
  6. (which appeared in comp.sources.unix as v12i025) are:
  7.  
  8. It has a manual page.
  9. It allows a default terminal type to be specified if the terminal is not
  10. recognized.
  11. It recognizes octal escapes in the send and receive strings, allowing
  12. the Wyse 50 to be recognized.
  13. It uses getopt.
  14. The code has been cleaned up and more comments added.
  15.  
  16. David MacKenzie, djm@eng.umd.edu
  17.  
  18. (From the previous README:)
  19.  
  20. Qterm is particularly valuable in port selector and terminal server 
  21. environments. Most terminals can respond to the standard ANSI query
  22. sequences; others which cannot will often do answerback.
  23.  
  24. If you find any bugs please report them to me.
  25.  
  26. Craig Bishop         ACSNET:    craig@charlie.oz
  27.             ARPA:    craig%charlie.oz.au@uunet.uu.net
  28.             UUCP:    ...!uunet!munnari!charlie.oz!craig
  29.