-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTRL-C does not work during script execution #5
Comments
Tested this with DOSBox-X and FreeDOS running on VirtualBox. DOSBox: FreeDOS: It seems there is a know issue in DOSBox for CTRL-C/CTRL-BREAK, e.g. see http://www.virtualdub.org/blog/pivot/entry.php?id=338 Nonetheless I will include a function call that should be able to enable/disable the break-keys with the default: "CTRL-C is enabled" |
yep, indeed I knew BREAK key not work on DOSBox, that's annoying. |
I'll give it a thought. jSH scripts (in contrast to DOjS scripts with the Loop() function) have no "forced" break point where the JS runtime could regularly check for such a key. |
I did check with the author of DOSBox-X and this is the result:
There will be a new function |
fixed/documented in V0.8 |
Fixed in DOSBox-X: joncampbell123/dosbox-x#2525 |
A running script can not be terminated by pressing CTRL-C
This issue is split from #3
The text was updated successfully, but these errors were encountered: