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

Line feed Ctrl+J does not get read correctly in interactive mode #196

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

Comments

@robhagemans
Copy link
Owner

Line feed Ctrl+J does not get read correctly in interactive mode

Steps (example 1)

  1. INPUT A$
  2. type test Ctrl+J test2 Enter

GW-BASIC: A$ = "test" chr$(10) "test2"
PC-BASIC: a$ = "test"

Steps (example 2)
1. 10 REM continuing Ctrl+J line
2. LIST

GW-BASIC:

10 REM continuing
line

(this is a wrapped logical line)
PC-BASIC:

10 REM continuingline
@robhagemans robhagemans added the bug label Jul 8, 2022
@robhagemans robhagemans self-assigned this Jul 8, 2022
robhagemans added a commit that referenced this issue Jul 10, 2022
remove editor swap file from type_program_with_line_feed
@robhagemans
Copy link
Owner Author

Fixed by 93edad4

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