Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: kbhit()

From: holger:rebol at: 22-Jun-2001 11:40

On Fri, Jun 22, 2001 at 11:24:59AM -0700, Jeff Kreis wrote:
> con: open/direct/binary [scheme: 'console] > until [wait .02 input?] choice: pick con 1 > > Holger, can you use set-modes to change the existing console > port attributes?
Yes, but the problem with that is that if your script produces an error and you drop to the console your settings may be messed up. Opening another port as you are doing is safer. -- Holger Kruse [holger--rebol--com]