home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16015 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!ut-emx!slcs.slb.com!leo.asc.slb.com!sjsca4!engel
  2. From: engel@sj.ate.slb.com (Mike Engelhardt)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: linux-0.98.3 termcap problem
  5. Message-ID: <ENGEL.92Nov7190846@m5.sj.ate.slb.com>
  6. Date: 8 Nov 92 03:09:17 GMT
  7. References: <1992Nov1.004828.6310@afterlife.ncsc.mil><1992Nov1.101439.10943@klaava.Helsink
  8.     <92308.071727NU013809@NDSUVM1.BITNET>
  9.     <1992Nov6.111844.90524@vaxc.cc.monash.edu.au>
  10. Sender: news@sj.ate.slb.com
  11. Organization: Schlumberger ATE, San Jose
  12. Lines: 25
  13. In-reply-to: apm233m@vaxc.cc.monash.edu.au's message of 6 Nov 92 00:18:44 GMT
  14.  
  15. > In article <92308.071727NU013809@NDSUVM1.BITNET>, Greg Wettstein...>
  16. > [stuff deleted]
  17. > > After logging into a couple of systems I suddenly noticed that the
  18. > > virtual console was restricting itself to 24 lines.  For example if
  19. > > less is used to view a file and the sh prompt is on the bottom line
  20. > > of the screen the entire output gets displayed on the bottom line of
  21. > > the screen.  Using less with the prompt at the top of the screen
  22. > > causes less to use the console as if it had 24 lines.
  23. > >
  24. apm233m@vaxc.cc.monash.edu.au writes:
  25.  
  26. > Which comms program do you use? I use kermit to talk to a VAX runningVMS
  27. > and I too get the 24 line problem. My guess was that it was probably
  28. > kermit which was at fault.
  29.  
  30. No.  Kermit doesn't do terminal emulation at all(the unix version doesn't,
  31. that is).  Kermit just passes through any characters it gets(except usually
  32. it will strip the 8th bit).  It's up to the application on the remote host
  33. to send the escape sequences required.  You need to get the host you're
  34. calling to know what kind of terminal it's talking to.  I doubt that this
  35. is a problem in Linux at all, but with the host.  Can you get the the
  36. application you're running to run with more than 24 lines of text locally?
  37. Look through the host's etc/termcap or try defining your own.
  38.  
  39. -- Mike E.
  40.