Fix terminal size sync and tmux redraw

- Sync pyte screen to actual PTY size before screenshots
- Toggle terminal size to force full tmux redraw on reconnect
- Query PTY size with TIOCGWINSZ to detect external resizes

Bump version to 0.2.9
This commit is contained in:
GitHub Copilot
2026-01-24 16:40:12 +00:00
parent 9ae00e113d
commit 98b5a1fc2a
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.2.8"
version = "0.2.9"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"