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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!uwm.edu!linac!att!ucbvax!M11.SEWS.WPAFB.AF.MIL!maysee From: maysee@M11.SEWS.WPAFB.AF.MIL (Eric E. Mays 52202) Newsgroups: comp.lang.ada Subject: (none) Message-ID: <9106201318.AA10200@m11.sews.wpafb.af.mil> Date: 20 Jun 91 13:18:30 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Claus, >> I am looking for an Ada package that includes the following >> functions/procedures: >> 1. Record locking >> 2. A function that takes a signal (character) from the keyboard without >> the usage of the return key. For example: I use only the up arrow key >> to move up the screen. >> Also I would be interested if these functions could be written in Ada only >> (no assembly). >> I use an ATT 3B2 with the Verdix 5.7C Ada compiler under Unix. >> Any hints will be appreciated. Regarding message 2, I believe i've done this with CURSES routines. These routines are included with the Verdix Ada Development System (VADS). There is a routine call getch in the curses_s.a located in the publiclib subdirectory. Eric Mays maysee@m11.sews.wpafb.af.mil (513) 255-4472