Making chars disappear
John Navarra
navarra at casbah.acns.nwu.edu
Tue Feb 19 11:50:31 AEST 1991
In article <462 at 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 at casbah.acns.nwu.edu
More information about the Comp.unix.programmer
mailing list