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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a10d923571c5259e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 10:33:54 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!elnk-nf2-pas!newsfeed.earthlink.net!attbi_feed3!attbi.com!attbi_s03.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Get_Immediate References: <344d0fee.0312100800.33df6ea9@posting.google.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.133.123 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1071081232 24.6.133.123 (Wed, 10 Dec 2003 18:33:52 GMT) NNTP-Posting-Date: Wed, 10 Dec 2003 18:33:52 GMT Organization: Comcast Online Date: Wed, 10 Dec 2003 18:33:52 GMT Xref: archiver1.google.com comp.lang.ada:3324 Date: 2003-12-10T18:33:52+00:00 List-Id: > I have to work with Ada 83 .... and, > I have to use the functionnality of Get_Immediate (return immediately > after the keystroke and no echo) Your Ada 83 compiler almost surely came with a library with the routine you want, and a way (not exactly the Ada 95 way, obviously) to interface with other code in other languages. What compiler are you using?