You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see that the inner ansi style is applied and ended per line, but that the outer style is applied only once. I would expect the behavior to be consistent with the previous example.
Thanks!
The text was updated successfully, but these errors were encountered:
Something similar to slice-ansi: chalk/slice-ansi#22
My use case is wrapping strings to terminal width, and only showing some lines. The following example works as expected:
You can see that the background is properly ended for each line, this is the behavior I expect when I try background and foreground:
When you add a foreground however, the background never stops.
Result:
You can see that the inner ansi style is applied and ended per line, but that the outer style is applied only once. I would expect the behavior to be consistent with the previous example.
Thanks!
The text was updated successfully, but these errors were encountered: