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.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!uw-june!meyer From: meyer@uw-june (Kurt T. Meyer) Newsgroups: comp.lang.ada Subject: How do you read keystrokes in Ada? Message-ID: <8101@june.cs.washington.edu> Date: 3 May 89 22:30:52 GMT Sender: meyer@june.cs.washington.edu Reply-To: meyer@uw-june (Kurt T. Meyer) Distribution: usa Organization: U of Washington, Computer Science, Seattle List-Id: Hi, I need to figure out how to read a single keystroke in Ada. As far as I can tell, all available I/O routines wait for a carriage return before returning input read from the keyboard. Does anyone out there know of some code that does this? I'm working with Ada on Vax/VMS. Thanks in advance! --Kurt (meyer@june.cs.washington.edu)