20 Dec
2003
20 Dec
'03
18:43
Hi, I need to turn off the echo on a socket while I get a password. I tried: struct termios termios_p; tcgetattr(sd,&termios_p); termios_p.c_lflag &= ~ECHO; tcsetattr(sd,TCSANOW,&termios_p); where sd is the socket descriptor. It didn't seem to make any difference. Am I doing something wrong, or is this not the way it is done these days? Can any one assist, please? Thanks alan -- http://www.ibgames.net/alan Registered Linux user #6822 http://counter.li.org Winding Down - Weekly Tech Newsletter - subscribe at http://www.ibgames.net/alan/winding/mailing.html
7681
Age (days ago)
7681
Last active (days ago)
0 comments
1 participants
participants (1)
-
alan@ibgames.com