comp.lang.ada
 help / color / mirror / Atom feed
* Re: How do you read keystrokes in Ada?
@ 1989-05-04 11:13 "EDWARD CRAGG"
  0 siblings, 0 replies; 4+ messages in thread
From: "EDWARD CRAGG" @ 1989-05-04 11:13 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* How do you read keystrokes in Ada?
@ 1989-05-03 22:30 Kurt T. Meyer
  1989-05-11 11:59 ` Rick Conn
  1989-05-13  2:02 ` John Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Kurt T. Meyer @ 1989-05-03 22:30 UTC (permalink / raw)



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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1989-05-13  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1989-05-04 11:13 How do you read keystrokes in Ada? "EDWARD CRAGG"
  -- strict thread matches above, loose matches on Subject: below --
1989-05-03 22:30 Kurt T. Meyer
1989-05-11 11:59 ` Rick Conn
1989-05-13  2:02 ` John Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox