Add diagnostic logging for canvas/container dimensions

- Log canvas element and dimensions after terminal.open()
- Log container dimensions
- Log canvas state after fit() completes
- Helps debug blank terminal issues

v0.6.6
This commit is contained in:
GitHub Copilot
2026-01-28 09:46:26 +00:00
parent 8463b37e9e
commit d587a113a7
3 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.6.5"
version = "0.6.6"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"