-
Notifications
You must be signed in to change notification settings - Fork 8
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
Getting wrong line numbers with long statements #9
Comments
This has been confirmed by @Roger-random |
I fixed this in 1.08. Too long lines are truncated. |
Tested and working. But before I close this issue, @jaromir-sukuba please let me know the line limit and I'll add it to the documentation. Thanks! |
Currently it's set to 70 bytes (roughly two lines worth of input statement). |
@jaromir-sukuba This is improved but there is still a bug. I like it how the interface won't let you enter a line that is too long, but it is cutting off the final character that is shown on the screen. |
That final-character thing should be fixed in 1.15. |
Replicate by typing:
80 print " 2018 Hackaday Superconference "
Behavior:
Command appears at line 28271
The text was updated successfully, but these errors were encountered: