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
The basic issue is that the colored snippets in the line prefix are resetting the ansi colors before each line to fansi.Attrs.empty, when we should instead reset the ansi color to that of the end of the previous line.