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=0.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!GMUVAX.GMU.EDU!ecragg From: ecragg@GMUVAX.GMU.EDU ("EDWARD CRAGG") Newsgroups: comp.lang.ada Subject: Re: How do you read keystrokes in Ada? Message-ID: <8905041104.AA15653@ajpo.sei.cmu.edu> Date: 4 May 89 11:13:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: There are no standard procedures in Ada for a live keyboard. Our solution was to write package IMMEDIATE_IO which is a TEXT_IO clone (and interchangeable with TEXT_IO) which passes all calls except actual GETs and PUTs to TEXT_IO, GETs and PUTs are processed by direct QIOW's. I have beta-test quality versions for both DEC Ada and ALS/N ADAVAX. ............................................................ Edward E Cragg Bitnet: ECRAGG@GMUVAX Internet: ECRAGG@GMUVAX.GMU.EDU