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 Lines: 11 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