metaeducation / rebol-issues

6 stars 1 forks source link

escape does not work in loops; a33 #600

Open rebolbot opened 15 years ago

rebolbot commented 15 years ago

Submitted by: sqlab

No way to escape from repeat or loop by pressing ESC. CTR-C just shuts down the whole interpreter at the end of the loop

bc.. repeat n 50000 [print n]

p.

CC - Data [ Version: alpha 33 Type: Bug Platform: Windows Category: n/a Reproduce: Always Fixed-in:alpha 66 ]

rebolbot commented 15 years ago

Submitted by: Carl

A fix has been made to CTRL-C.

(There's a problem with the thread-variables. We've made a simple fix, but more research will be needed when tasking is reenabled.)