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 behavior of color codes with wrapped cells #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rjbs
Copy link

@rjbs rjbs commented Jun 25, 2023

If a column contains color codes, we should keep the color contained
to the column itself, stopping it at the column boundary and starting
it again on the next continuation.

This may have a more subtle bug, related to padding between end of
data in a column and its boundary, when the color codes have added
a background color.'

rjbs added 2 commits June 25, 2023 11:54
This demonstrates that color codes are ignored for width.

It also demonstrates a current bug: that color codes leak from
column to column.
If a column contains color codes, we should keep the color contained
to the column itself, stopping it at the column boundary and starting
it again on the next continuation.

This may have a more subtle bug, related to padding between end of
data in a column and its boundary, when the color codes have added
a background color.
@rjbs rjbs force-pushed the color-boundary branch from 34328c1 to cbf06ea Compare June 25, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant