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 the VT cursor movement implementation #3628

Merged
7 commits merged into from
Jan 16, 2020

Commits on Jan 5, 2020

  1. Unify all the cursor movement operations into a single method that ca…

    …n handle every situation, and which fixes some of the issues with the existing implementations.
    j4james committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    69e110f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fa0ab View commit details
    Browse the repository at this point in the history
  3. Update DECSC and CPR commands to account for the column offset being …

    …relative to the buffer and not the viewport.
    j4james committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    18c00f4 View commit details
    Browse the repository at this point in the history
  4. Update cursor adapter tests to account for the column offset being re…

    …lative to the buffer and not the viewport.
    j4james committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    5db4159 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3814ad8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b780ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    570bbb7 View commit details
    Browse the repository at this point in the history