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