-
-
Notifications
You must be signed in to change notification settings - Fork 26
Add VDU4 and VDU5 support #46
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
Labels
enhancement
New feature or request
Comments
Should be a straightforward fix:
|
Note that printing character 0x7F (DEL) will do a correct backspace/delete, but the MOS editor does not use that character when deleting text on screen. So backspace when editing will not delete characters. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please could VDU4 and VDU5 support be added:
This would give the ability to switch the printing of text between the two cursors and allow for text positioning that is more precise than the default text positions (as set by the BASIC "TAB" instruction). For example:
In the above example, the text at line 30 should be near the top of the screen, the text at line 60 roughly in the middle and the text at line 80 following on from the text at line 30.
The text was updated successfully, but these errors were encountered: