about summary refs log tree commit diff stats
path: root/test/layout/underline-does-not-escape-background-switch.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* render: actually fix the "extra unnecessary line" bugbptato2025-01-211-1/+0
| | | | Plus remove addLines, it's no longer very useful.
* render: fix formatting being lost outside boxes with bgcolorbptato2025-01-171-0/+2
An ancient bug, but the fix seems to be quite simple: stop confusing the last X position before the existing string on the line with the last X position that the new string occupies.