Files
webterm/src
GitHub Copilot 8ab263f1a7 refactor: consolidate WS dispatch into separate handler methods
Extract stdin, resize, and ping handling into dedicated methods
(_handle_stdin, _handle_resize, _handle_ping) for better code
organization and testability.

Addresses REFACTORING.md item about consolidating WS dispatch table.
2026-01-24 10:24:51 +00:00
..