home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 5069 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.5 KB  |  50 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!park.uvcc.edu!ns.novell.com!gateway.novell.com!thisbe.Eng.Sandy.Novell.COM!terry
  3. From: terry@thisbe.Eng.Sandy.Novell.COM (Terry Lambert)
  4. Subject: Re: com port and more
  5. Message-ID: <1992Sep3.174401.9436@gateway.novell.com>
  6. Sender: news@gateway.novell.com (NetNews)
  7. Nntp-Posting-Host: thisbe.eng.sandy.novell.com
  8. Organization: Novell NPD -- Sandy, UT
  9. References: <sedU9q600WAtMJ3WVW@andrew.cmu.edu>
  10. Date: Thu, 3 Sep 1992 17:44:01 GMT
  11. Lines: 37
  12.  
  13. In article <sedU9q600WAtMJ3WVW@andrew.cmu.edu> "Alex R.N. Wetmore" <aw2t+@andrew.cmu.edu> writes:
  14. >I just installed 386bsd last night.  Anyway, here are a few of my
  15. >questions that have popped up early:
  16. >  1) I have a terminal on com1 (telix running vt100), and com2 (z29 in
  17. >ansi mode).  On the PC running telix, whenever I run an application that
  18. >uses curses (vi) it locks the terminal.  If I drop dtr 4 times I will
  19. >eventully kill vi and get a prompt back, but I was wondering what could
  20. >be wrong here.  The terminal is set up as std.9600 in /etc/ttys. 
  21. >According to telix I am at 9600,e,7,1,xon/xoff,no cts/rts though.  I
  22. >haven't tried this with another terminal package yet.
  23.  
  24. Telix is brain damaged... or at least it doesn't quite emulate the terminal
  25. it says it's emulating.
  26.  
  27. When "vi" (really "elVIs") starts up, it "sizes" the screen in the same
  28. way that the X command "resize" does:  by addresing the cursor to a
  29. ridiculously large location (usually 999 999).  On a normal ANSI compliant
  30. terminal, this will locate the cursor in the lower right hand corner of the
  31. screen, unless you are unfortunate enoug to have > 999 character cells in
  32. either direction.  Telix does not do this.  You may want to use VTERM,
  33. TERM, TinyTERM, VTKermit, or something else which works (I know these 4
  34. and the console driver and the xterm program do).  That Telix doesn't at
  35. least trap the "move cursor to invalid location" and locks up insteas is
  36. real bad.  It may actually do this, but not relocate the cursor to the
  37. lower right hand corner... if this is the case, issuing the move to 999 999
  38. after homing the curser will also result in what "elVIs" believes is a 0x0
  39. screen, which will also seem to "lock up", since none of the messages can
  40. be printed.  In either case, you want to run something other than Telix.
  41.  
  42.  
  43.                     Terry Lambert
  44.                     terry_lambert@gateway.novell.com
  45.                     terry@icarus.weber.edu
  46.  
  47. ---
  48. Disclaimer:  Any opinions in this posting are my own and not those of
  49. my present or previous employers.
  50.