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

[REBOL] Console port and network ports

From: m:koopmans2:chello:nl at: 11-Aug-2002 9:19

Hi, Is there a way to add a network port and a console port in one wait/all block? So I can process network events and console events, and once I have a complete "line" from the console do something with it. (other than using system/ports/wait-list). And how do I capture the control characters in /Core (up tab down etc.) --Maarten