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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,31779cbaecd58cf9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-21 08:01:54 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!math.ohio-state.edu!darwin.sura.net!source.asset.com!source.asset.com!not-for-mail From: bishopm@source.asset.com (Michael M. Bishop) Newsgroups: comp.lang.ada Subject: Re: HELP Date: 18 Oct 1994 23:10:02 -0400 Organization: Asset Source for Software Engineering Technology Message-ID: <3822ma$1c2r@source.asset.com> References: NNTP-Posting-Host: 530tr0 Date: 1994-10-18T23:10:02-04:00 List-Id: In article , Chiu Bo (Hung Chiu Hung) wrote: >Could any body tell me how to detect keyboard input without waiting for >the carrier return. > >thanx... > You probably need a low-level I/O package for this. Hopefully, this package was provided by your compiler vendor. If not, you may need to develop a bindings package for the I/O package on your system. For example, I developed some software to process keyboard input in the way that you mentioned and the compiler vendor, Verdix, provided a bindings package to curses, which is the Unix package (written in C) that handles such things. -- | Mike Bishop | The opinions expressed here reflect | | bishopm@source.asset.com | those of this station, its management, | | Member: Team Ada | and the entire world. |