|
From: Jason F. <jas...@ya...> - 2002-05-02 06:31:48
|
So you're saying that gets() should be calling getch() and not getchar()? - Jason --- Phillip Susi <ps...@cf...> wrote: > getc() and getchar() both do NOT set the terminal to raw mode, at > least not > on win2k with microsoft's msvcrt.dll. The non standard function > getch() > however, does, which also means that it returns special codes for > non ascii > keys, such as the arrow keys and function keys. None of the C > standard IO > functions will do this. > __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com |