Re: tty driver
Re: tty driver
- Subject: Re: tty driver
- From: Terry Lambert <email@hidden>
- Date: Thu, 25 Aug 2005 11:02:59 -0700
On Aug 25, 2005, at 10:44 AM, Roger deBry wrote:
I have a G4 powerbook and I have been trying to turn off echo mode
using the stty command.
For some reason it doesn't work. The command works just fine on my
i-mac and it works
using secure shell to my X server. What could be wrong on my
powerbook?
Something is undoing the stty.
You're not using zsh, are you?
Other than that, try opening another window and ktrace'ing ("ktrace -
id") the program that's fork'ing and exec'ing the stty operation.
Note that stty is not "sticky", so it's not like you can set it on
someone else's terminal, or if there's an intervening close such that
there's zero applications holding the terminal open.
If this is a C program, and you are doing this to read something you
don't want echoed back, consider using "getpass" instead.
-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >tty driver (From: "Roger deBry" <email@hidden>) |