From: annalissa on
to hide the user input to be displayed on screen, use the terminal
line setting command stty -echo, whatever the user enters after this
command will not be displayed in the screen. to make the input
characters get displayed on the screen use stty echo
From: faeychild on
annalissa wrote:

> to hide the user input to be displayed on screen, use the terminal
> line setting command stty -echo, whatever the user enters after this


nice

--
faeychild
Running kde on 2.6.29.6-desktop-3mnb kernel.
Mandriva Linux release 2009.1 (Official) for i586

From: "Markus R." Keßler on
Am Sun, 04 Jul 2010 13:08:05 +1000 schrieb faeychild:

> annalissa wrote:
>
>> to hide the user input to be displayed on screen, use the terminal line
>> setting command stty -echo, whatever the user enters after this
>
>
> nice

....and going back to "normal mode" with "reset".
From: Lew Pitcher on
On July 4, 2010 17:59, in comp.os.linux.misc, dimke.fax(a)uni.de wrote:

> Am Sun, 04 Jul 2010 13:08:05 +1000 schrieb faeychild:
>
>> annalissa wrote:
>>
>>> to hide the user input to be displayed on screen, use the terminal line
>>> setting command stty -echo, whatever the user enters after this
>>
>>
>> nice
>
> ...and going back to "normal mode" with "reset".

or
stty sane


--
Lew Pitcher
Master Codewright & JOAT-in-training | Registered Linux User #112576
Me: http://pitcher.digitalfreehold.ca/ | Just Linux: http://justlinux.ca/
---------- Slackware - Because I know what I'm doing. ------


From: David W. Hodgins on
On Sun, 04 Jul 2010 18:03:40 -0400, Lew Pitcher <lpitcher(a)teksavvy.com> wrote:

> On July 4, 2010 17:59, in comp.os.linux.misc, dimke.fax(a)uni.de wrote:
>
>> Am Sun, 04 Jul 2010 13:08:05 +1000 schrieb faeychild:
>>>> to hide the user input to be displayed on screen, use the terminal line
>>>> setting command stty -echo, whatever the user enters after this

>> ...and going back to "normal mode" with "reset".

> or
> stty sane

or "stty echo", if there are other settings you don't want changed.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)