home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16271 < prev    next >
Encoding:
Text File  |  1992-11-10  |  992 b   |  27 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.encore.com!fenix!dlwilson
  3. From: dlwilson@fenix.encore.com (David L Wilson)
  4. Subject: Re: Communication packages
  5. Organization: Encore Computer Corporation
  6. Date: Tue, 10 Nov 1992 21:18:55 GMT
  7. Message-ID: <BxIr7K.20D@encore.com>
  8. Keywords: communications
  9. References: <1992Nov9.211422.23032@pasteur.Berkeley.EDU>
  10. Sender: Dave Wilson
  11. Nntp-Posting-Host: fenix.encore.com
  12. Lines: 13
  13.  
  14. paschall@ocf.berkeley.edu (Greg Paschall) writes:
  15. >I am looking for a communications program that allows for scrolling back
  16. >through what has been seen.  Are there any such programs that run well on
  17. >Linux.  Do any exist that run under X possibly.  Or am I going to be forced
  18. >to write one myself?  (I'd like to be able to scroll back at least a 1000
  19. >lines or more, but no more than say 9000).
  20.  
  21. Why not use minicom, in an xterm with a scrollbar?  That's what I do.  Set
  22. the xterm saveLines to 1000, or whatever you want.  Like:
  23.  
  24.   xterm*saveLines:    10000
  25.  
  26. Dave Wilson
  27.