From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,81455da56a5b63c4,start X-Google-Attributes: gid103376,public From: "Marc Bejerano" Subject: Character input (no echo).... Date: 1997/03/05 Message-ID: <01bc298f$ce9896e0$f5093e9f@lsm8-pc.linkabit.titan.com>#1/1 X-Deja-AN: 223319714 Organization: Titan Linkabit Newsgroups: comp.lang.ada Date: 1997-03-05T00:00:00+00:00 List-Id: How do I do this? I tried using a C import (remaps getch(stdin)...etc) but it did not have the desired effect. FWIW I am running under Win95/NT and would like this to be as transparent as possible so as not to be tied to the platform. Isn't there a C library function that will let me read the keyboard (including the decoding of functions keys) etc.? Thanks, Marc