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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.3.9"
|
||||
version = "0.3.10"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user