home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / 5899 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.5 KB

  1. Xref: sparky comp.protocols.tcp-ip:5899 comp.protocols.tcp-ip.ibmpc:7324
  2. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!agate!usenet.ins.cwru.edu!odin!trier
  3. From: trier@odin.ins.cwru.edu (Stephen C. Trier)
  4. Newsgroups: comp.protocols.tcp-ip,comp.protocols.tcp-ip.ibmpc
  5. Subject: Re: TELNET terminal types
  6. Message-ID: <1ipkq6INNpi0@usenet.INS.CWRU.Edu>
  7. Date: 10 Jan 93 17:01:58 GMT
  8. References: <jcmorris.726603002@mwunix> <FRANK.93Jan9155902@sundance.twg.com>
  9. Organization: Case Western Reserve University, Cleveland OH (USA)
  10. Lines: 20
  11. NNTP-Posting-Host: odin.ins.cwru.edu
  12.  
  13. One solution is to modify the termcap or terminfo files, as appropriate for
  14. the system, to accept dec-vt100 as a synonym for vt100.
  15.  
  16. The solution used by NCSA Telnet (or was it CUTCP?) was to make the terminal
  17. name user-configurable.
  18.  
  19. The final option (really klugey) is to assume your telnet was written in C
  20. and use a hex editor to search for and change "DEC-VT100\0" to
  21. "vt100\0\0\0\0\0".  (\0 represents a NUL, an 00 byte.)
  22.  
  23. I strongly recommend the first option, since one should always prefer making
  24. a system RFC compliant over making its peer non-compliant.  The third option
  25. should be used only as your last resort, and you should check your license to
  26. make sure it's legally OK before doing it.
  27.  
  28. -- 
  29. Stephen Trier                      "We want to offer you a price that you
  30. Network software type               just can't afford to take advantage of."
  31. Case Western Reserve University         - Sales blurb from HSC Software
  32. trier@ins.cwru.edu
  33.