hanli/web
hant 5249b36b7f Move input from text box to terminal
- Removed separate input box and send button from UI
- Added terminal input handling via onData() event listener
- Users can now type directly in the terminal
- Support for:
  - Regular input (echoed in terminal)
  - Backspace (with visual feedback)
  - Enter key to send command
  - Ctrl+C to clear current input
- Removed old keyboard event handlers for input box
- Terminal now has focus by default for seamless input experience

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 15:13:14 +08:00
..
game-ws.html Fix web state management: handleInput now returns structured data 2025-12-07 13:14:48 +08:00
index.html Fix web state management: add state metadata to API responses 2025-12-07 11:19:28 +08:00
process.html Move input from text box to terminal 2025-12-07 15:13:14 +08:00
server.php Fix line breaks in process output handling 2025-12-07 13:35:36 +08:00