If you look in the OOREXX svn repository, grab the source, in the incubator 
path, for ooconsole and ooshapes and then compile them.
Then put the binaries in the same directory where oorexx is installed.

put these statements in a file ? ctrlC.rex
/* rexx */
 con = .StdOutput~new
 if \ con~setCtrlHandler(.false) then do
    say 'setCtrlHandler failed.  errRC:' con~errRC
    return
 end
::requires 'ooConsole.cls'

Then in your program(s) add a 

::requires ctrlC.rex 
, this will enable CTRL-C in the command windows.

Of course ooconsole and ooshapes are not officially released, if ever.
------------------------------------------------------------------------------
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to