Xcode console - turning off echo?
Xcode console - turning off echo?
- Subject: Xcode console - turning off echo?
- From: Dave MacLachlan <email@hidden>
- Date: Tue, 8 Jun 2010 15:40:33 -0700
Is there any good way from within my program to turn off the echo to
the xcode console?
my code works from the general command line with a tcsetattr call
where I set the settings.c_lflag to &= ~ECHO, but that doesn't shut
off the xcode console echo.
I ask because I have a console program that I am debugging that takes
a name and a password in via the console, and I really don't want to
be typing my password in in plaintext all the time where people can
see it over my shoulder and/or when doing demos.
Cheers,
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden