Remove textLength attribute - fixes cursor positioning issues

The textLength with lengthAdjust='spacing' approach was causing visual
positioning problems. While x coordinates were calculated correctly,
the browser's spacing adjustments shifted subsequent text visually,
causing cursor and text to appear offset.

Removed textLength entirely. Accepting slight visual gaps in horizontal
box-drawing lines is preferable to cursor misalignment.

Version bump to 0.3.10
This commit is contained in:
GitHub Copilot
2026-01-24 19:36:39 +00:00
parent b896464c81
commit 583ece5ce9
4 changed files with 12 additions and 13 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB