site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Something is undoing the stty. You're not using zsh, are you? -- Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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? 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Terry Lambert