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

fix(graphical): Fix panic with span extending past end of line (#215) #221

Merged
merged 1 commit into from Nov 24, 2022

Commits on Nov 3, 2022

  1. fix(graphical): Fix panic with span extending past end of line (zkat#215

    )
    
    This also changes the behavior with spans including a CRLF line-ending.
    Before the panic bug was introduced, these were rendered with the CRLF
    being two visual columns wide. Now, any span extending past the EOL is
    treated as including one extra visual column.
    Benjamin-L committed Nov 3, 2022
    Copy the full SHA
    151a7a9 View commit details
    Browse the repository at this point in the history