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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,757768dade9c3255,start X-Google-Attributes: gid103376,public From: Michael Rizzo Subject: is there a getch() for ada95?? Date: 1996/12/30 Message-ID: <32C869F4.5F20@pcnet.com>#1/1 X-Deja-AN: 206854797 content-type: text/plain; charset=us-ascii organization: Rizz DeZigns Inc. mime-version: 1.0 reply-to: mike@scus1.ctstateu.edu newsgroups: comp.lang.ada x-mailer: Mozilla 3.01Gold (Win95; I) Date: 1996-12-30T00:00:00+00:00 List-Id: Hello. I'm working on a small appliacation with ada95... First experience with the language.. And I'm trying to create a small package to handle console i/o.. Is there a package that does this already.. Something like conio.h for C? Is there a function that can read charater input from the keyboard without echo, and without having to press the CR after the charater... I'm trying to design some screen controls that will use the arrow keys and the function keys... If this package doesn't exist is it possible to include conio.h into my ada95 progam? Any info will be greatly appreciated and very helpful.. mike rizzo