home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3219 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news.mit.edu!raeburn
  3. From: raeburn@cambridge.cygnus.com (Ken Raeburn)
  4. Subject: Re: 386BSD: Dinky little socket(?) bug -- ^V as escape character?
  5. In-Reply-To: sim@cory.Berkeley.EDU's message of 30 Jul 92 11:35:45 GMT
  6. Message-ID: <RAEBURN.92Jul30145602@cambridge.cygnus.com>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: cambridge.cygnus.com
  9. Organization: Cygnus Support, Cambridge MA
  10. References: <sand.712454840@milton> <1992Jul30.011650.5292@pasteur.Berkeley.EDU>
  11.     <1992Jul30.081047.16575@news.tu-graz.ac.at>
  12.     <1992Jul30.113545.23558@pasteur.Berkeley.EDU>
  13. Date: Thu, 30 Jul 1992 18:56:23 GMT
  14. Lines: 15
  15.  
  16. In article <1992Jul30.113545.23558@pasteur.Berkeley.EDU> sim@cory.Berkeley.EDU (Peng-Toh Sim) writes:
  17.  
  18.    To get the "correct" behaviour, we can fix 386bsd or screen etc. or both!!!
  19.    I think 386bsd should be fixed such that when ICANON is not set, IEXTEN
  20.    functions are ignored.  This still follows the above definition and yet 
  21.    will work well in practice because other POSIX programs that uses RAW mode
  22.    will "forget" to turn off IEXTEN anyway.
  23.  
  24. "Fixing" only 386bsd will get you the desired behavior, but the
  25. program would still be wrong.  The "screen" code should be fixed to
  26. turn off IEXTEN, regardless of whether the kernel is changed.
  27.  
  28. Leaving 386bsd as is will help catch other broken programs, so they
  29. can be repaired as well.  I think that's reasonable, but I expect some
  30. aren't willing to put up with the annoyance.
  31.