Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!navarra From: navarra@casbah.acns.nwu.edu (John Navarra) Newsgroups: comp.unix.programmer Subject: Re: Making chars disappear Message-ID: <3682@casbah.acns.nwu.edu> Date: 19 Feb 91 00:50:31 GMT References: <8531@castle.ed.ac.uk> <461@bria> <462@bria> Distribution: comp Organization: Northwestern University Lines: 15 In article <462@bria> uunet!bria!mike writes: >>In an article, castle.ed.ac.uk!james (J Gillespie) writes: >>Does anyone know of a way to prevent characters being echoed as they >>are typed in? Like when you log in, your password doesn't get echoed. >>I have a nasty feeling this may involve sending control codes to the >>terminal. > well, i suppose you could use all that c garbage if you are writing a c-program, but if you just want to turn off the echo do a stty -echo from within the script (or wherever) and a stty echo to turn it back on. ----------------- from the lab of the MaD SciEnTIst navarra@casbah.acns.nwu.edu