Hi Carl,

> The code below will detect both CTRL-C and REBOL ESCAPE key.

On my 1.2.8.3.1 only escape.

And this expression:

    get-modes system/ports/system 'system-modes

gives as result:

[window winmsg endian]

so the following code will be never executed:

      if find get-modes system/ports/system 'system-modes 'signal [
          set-modes system/ports/system [
              signal: intersect get-modes system/ports/system 'signal-names [
                  sigquit sigterm sigint sighup
              ]
          ]
      ]

What it useful for?

---
Ciao
Romano


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to