Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!cmcl2!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: echoing style - DOS,VMS vs. Unix (was: AT&T Joining OSF) Message-ID: <8420@smoke.ARPA> Date: 3 Sep 88 02:50:32 GMT References: <347@spies.UUCP> <670025@hpclscu.HP.COM> <24355@bu-cs.BU.EDU> <1991@stpstn.UUCP> <381@infmx.UUCP> <12016@steinmetz.ge.com> <397@nynex1.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <397@nynex1.UUCP> curt@chaos.UUCP (Curtis Villamizar) writes: >Does anyone know if line diciplines are obsolete and replaced by >streams stuff? Streams started out as "stackable line disciplines". To replace a line discipline, one would pop the old one and push a new one. Thus, in theory streams is a generalization that replaces the old notion of line disciplines. However, for purposes of compatibility, the terminal handler streams module may still support the old method internally. One might think that each orthogonal terminal handler feature would be controlled by a separate streams module, but that's not how it has been implemented. So to change echo behavior you'd have to provide a whole alternative terminal handler module.