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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f43e6,c7637cfdf68e766 X-Google-Attributes: gidf43e6,public X-Google-Thread: f8362,c7637cfdf68e766 X-Google-Attributes: gidf8362,public X-Google-Thread: 103376,c7637cfdf68e766 X-Google-Attributes: gid103376,public X-Google-Thread: 109d8a,c7637cfdf68e766 X-Google-Attributes: gid109d8a,public X-Google-Thread: 107079,c7637cfdf68e766 X-Google-Attributes: gid107079,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Get_Immediate Date: 1997/09/07 Message-ID: #1/1 X-Deja-AN: 270495724 References: <5tk5he$7rq$1@news.fsu.edu> <5tnreu$9ac$1@news.fsu.edu> <5u58oc$k096_002@ioffe.rssi.ru> <340DF1DD.2736@iop.com> Organization: New York University Newsgroups: comp.lang.ada,sci.math.num-analysis,comp.software-eng,comp.theory,sci.math Date: 1997-09-07T00:00:00+00:00 List-Id: <> You probably need to give more detail, what machine are you on? (remember Solaris does not imply Sparc!) Also, you need to say what interface you are using, since keyboard input is often filtered in various ways by the environment. For example, the situation using X directly on a Sun work station may be radically diferent from the situation of using a terminal emulator remotely (in the latter case, the "codes" from the keyboard may be dependent on the terminal emulator). If the problem is echoing, then you may well want to use appropriate OS dependent routines that are around in your environment to do exactly what you want, using pragma Interface. But in any case, update to a more recent version, 3.05 is pretty ancient at this stage!