script problem

Casey Leedom casey at gauss.llnl.gov
Wed Dec 20 13:16:45 AEST 1989


| From: wls at csd4.csd.uwm.edu (Bill Stapleton)
| 
| I note that other programs, notably rlogin, use the TIOCPKT feature of
| the pty to figure out when RAW mode is necessary, running CBREAK (with its
| own local flow-control) otherwise.  Is there a reason that script doesn't
| do this?  (apologies if I've condensed this down past making any sense)

  I think you're just running into the fact that script isn't used that
often and rlogin, etc. are.  It took extra code to do the TIOCPKT
processing you describe and it just never became that important an
issue.  I'm sure that, if you were to write, test and submit it, Berkeley
would accept simple patch implementing the same kind of line control
facilities found in rlogin.  Unfortunately Berkeley is far too busy with
other things with higher priorities to have any time left over for this.
I mean, which would you rather have: a new virtual memory, NFS, etc. or
this small problem in script fixed? :-)

Casey



More information about the Comp.bugs.4bsd.ucb-fixes mailing list