Am Montag 26 April 2010 14:29:43 schrieb webmas...@opensc-project.org: > Revision: 4266 > Author: viktor.tarasov > Date: 2010-04-26 12:29:42 +0000 (Mon, 26 Apr 2010)
... > - buf[i] = _getch(); > + /* buf[i] = _getch(); */ > + buf[i] = getchar(); _getch() gets a character from stdin *without echo*. in getchar() manpage I don't see any reference to suppressing echo. so for windows it would be best to stick with _getch(). Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel