Fix screenshot rendering and reconnect behavior
- Skip empty placeholder cells for wide characters in SVG - Single redraw on reconnect (integrated into set_terminal_size) - Sync pyte to PTY size with redraw trigger for screenshots - Fix extra line in SVG by not adding newline after last row Bump version to 0.2.10
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "textual-webterm"
|
name = "textual-webterm"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
description = "Serve terminal sessions over the web"
|
description = "Serve terminal sessions over the web"
|
||||||
authors = ["Will McGugan <will@textualize.io>"]
|
authors = ["Will McGugan <will@textualize.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user