Add theme/font CLI options and mobile Safari keyboard support

- Add --theme, --font-family, --font-size CLI options
- Pass theme/font config via HTML data attributes to frontend
- Add hidden textarea for mobile keyboard input capture
- Handle special keys (Enter, Backspace, arrows, Tab) on mobile
- Focus textarea on touch/click to trigger mobile keyboard

Bump version to 0.5.3
This commit is contained in:
GitHub Copilot
2026-01-28 07:25:04 +00:00
parent 38f0de907a
commit f4ca44c056
5 changed files with 156 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.5.2"
version = "0.5.3"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"