get char w/o Enter?
05-Feb-95 09:23:18
Sb: #45306-get char w/o Enter?
Fm: Bill Hawes 72230,267
To: Mark Cretcher 73020,114
Mark,
If you open a RAW: window from ARexx you can wait for a single key to be
pressed without requiring an ENTER. CON: windows accumulate input until ENTER
is pressed in order to allow line editing. RAW: windows pass along each
character to the output buffer immediately.
-Bill Hawes