Fix horizontal box-drawing alignment with textLength attribute
Horizontal line characters (─━═) render narrower than the intended character width in most fonts, causing gaps when followed by other characters. Now using textLength + lengthAdjust='spacing' to force horizontal box-drawing spans to occupy their correct width. - Added _is_all_horizontal_box_drawing() helper - Added textLength attribute for horizontal line spans > 1 char - Added comprehensive tests for new functionality - svg_exporter.py now has 100% test coverage Version bump to 0.3.8
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user