home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / bsd / 10164 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!alm
  3. From: alm@netcom.com (Andrew Moore)
  4. Subject: Re: tip & screen
  5. Message-ID: <1992Dec14.011053.287@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <tlukka.724239227@snakemail.hut.fi>
  8. Date: Mon, 14 Dec 1992 01:10:53 GMT
  9. Lines: 29
  10.  
  11. In article <tlukka.724239227@snakemail.hut.fi> tlukka@lk-hp-8.hut.fi (Tuomas J. Lukka) writes:
  12. >Has anyone hacked screen to work on 386BSD? I get it to compile
  13. >but have not yet gotten it to actually work.
  14.  
  15. There is a port of screen in the etc01  distribution.  Last I tried, it
  16. didn't work well with tip - e.g., scrolling on a remote was very
  17. slow.  I didn't attempt to fix it...
  18.  
  19. >
  20. >Also, what do I need to make tip work with sz etc, there was a patch,
  21. >is it in the kit?
  22.  
  23. Use tip's CONNECT command (~C) (not mentioned in the 386BSD manual).
  24. ~C connects a local program's (e.g., sz's) standard i/o to the serial
  25. port.  If you are using a version of sz that reads/writes stdio (e.g.,
  26. zmodem-3.03 which is part of the etc01 distribution), this works fine.
  27.  
  28. If you are using a newer version of sz (e.g., rzsz-3.17, is the newest,
  29. as far as I can tell), then patches are needed.   Version 3.17 is nice
  30. because it now supports crash recovery.  But rz/sz-3.17 doesn't work
  31. out of the package with tip because, rather than do serial i/o via the
  32. standard input and output like in 3.03, it now attempts to open
  33. /dev/tty instead.  The patch is simply to replace the open("/dev/tty",
  34. 2); in rbsb.c with dup(0);
  35.  
  36. I have some patches for this and to prevent subsequent writes to stdio
  37. which I can post.  The patches seem to slow down zmodem on a Sun,
  38. though, which I am still looking into.  (maybe to do with buffering?)
  39. -Andrew Moore <alm@netcom.com>
  40.