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

improve scroll region function #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 15, 2024

  1. improve scroll region function

    fixes scrolling background colour issue - the new area of screen will now always be filled with the current text background colour
    
    also adds support for movement directions 4-7, which move dependent upon the currently set cursor behaviour bits (see VDU 23,16)
    
    adds support for movement amount of 0, to indicate move by 1 character in the given direction (as per Acorn’s implementation)
    stevesims committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    fd31586 View commit details
    Browse the repository at this point in the history