Skip to content
  • Rob Swindell's avatar
    New @-codes: GETKEY and WAIT:<milliseconds> · fee3fdd0
    Rob Swindell authored
    GETKEY waits indefinitely for any key press by the user (resolves issue #245).
    WAIT:<n> waits for up to n-milliseconds for a key press and then continues on.
    
    For both cases, the key pressed is not echoed or acted upon in any way. Ctrl-keys could be handled by global or built-in ctrl-key handlers, so those would be the exception.
    fee3fdd0