Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!ctrsol!ginosko!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Strangeness in shell Message-ID: <2333@auspex.auspex.com> Date: 4 Aug 89 18:00:42 GMT References: <432@mccc.UUCP> <9700009@osiris.cso.uiuc.edu> <2277@auspex.auspex.com> <10639@smoke.BRL.MIL> <5404@ficc.uu.net> <9729@alice.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 10 >Special terminal ioctl's to turn echo on and off >(you wouldn't want half-duplex while typing a password), etc. No, you don't, but you don't want to have to rewrite programs that use the boring old standard "ioctl"s, either; the driver should simply recognize TIOCSETP, or TCSETA, or whatever your system has, setting or clearing the ECHO flag. (I don't count those as "special", since they've been in UNIX since time immemorial, or at least since 1979/1980 or so; I interpret "special" there as meaning "something other than one of the common UNIX 'ioctl's for that purpose.")