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

support DECSET/DECRST (CSI ? Pm h) to change where the cursor ends up #6

Merged
merged 3 commits into from
Sep 24, 2021

Commits on Jun 11, 2021

  1. support DECSET/DECRST (CSI ? Pm h) to change where the cursor ends up

    after printing a sixel image. The default is for the cursor to be
    moved to the first column of the line after the image. When we receive
    CSI ? 8452 h, we will instead leave the cursor on the last line of the
    image, on the next column past the end of the image.
    db48x committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ae7aa4b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    573dedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d360e4 View commit details
    Browse the repository at this point in the history