Skip to content
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

Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break #194

Closed
robhagemans opened this issue Jul 6, 2022 · 1 comment
Assignees
Labels

Comments

@robhagemans
Copy link
Owner

Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break

Steps

  1. Run the program below
  2. Press Ctrl+Break

Program

1 ' Ctrl+Break during syntax error trap:
2 ' in GW-BASIC, the edit prompt is shown after the Ok prompt
3 ' e.g. press ctrl+break in the following program
10 ON ERROR GOTO 100
20 FG
30 END
100 A$=INKEY$: IF A$="" THEN 100
110 RESUME NEXT

Expected
syntax error trap interrupted

What happens instead
syntax error trap interrupted pc-basic
Notes

@robhagemans robhagemans self-assigned this Jul 6, 2022
@robhagemans robhagemans added the bug label Jul 6, 2022
robhagemans added a commit that referenced this issue Jul 11, 2022
@robhagemans
Copy link
Owner Author

Fixed by eb495cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant