home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / setup / 1003 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!cs.utexas.edu!oakhill!dannyj
  2. From: dannyj@oakhill.sps.mot.com (Danny K. Jain)
  3. Newsgroups: comp.os.ms-windows.setup
  4. Subject: Re: Terminal type in TERM of windows 3.1
  5. Message-ID: <1992Aug19.205754.27384@oakhill.sps.mot.com>
  6. Date: 19 Aug 92 20:57:54 GMT
  7. References: <1992Aug17.185114.3849@cbnewsh.cb.att.com>
  8. Organization: Motorola Inc., Austin, Texas
  9. Lines: 26
  10.  
  11. mhs@cbnewsh.cb.att.com (mostafa.hashem.sherif) writes:
  12.  
  13. >I have provisioned my terminal type to be VT100 in the Terminal
  14. >program for windows 3.1.
  15. >Tried to access a Unix machine and use vi to process a file.
  16. >The file was garbled.
  17. >It seems that the Term type on both sides do not match up.
  18. >Where should I start looking to solve the problem?
  19. >Any hints would be appreciated.
  20.  
  21. >M. H. Sherif
  22. >AT&T Bell Laboratories 
  23. >+1 908 949-0439
  24.  
  25. The first step is to find out what the unix machine thinks the term is.
  26. In Unix c-shell, type 
  27.  
  28.     echo $term
  29.  
  30. to get the terminal type.  If it is not vt100, set it to vt100 using
  31.  
  32.     set term=vt100
  33.  
  34. Then try to vi the file, and it should be better.
  35.  
  36. -Danny Jain
  37.