hanli/web
hant 7c103d7209 Optimize frontend terminal rendering and remove unnecessary screen clears
- Removed terminal.clear() calls that were clearing screen on every output
  update, letting the game process control the display
- Added letterSpacing: 0 to xterm.js config to disable automatic spacing
  adjustments that were creating unwanted span tags
- Improved font family to 'Source Code Pro' for better handling of CJK
  characters and monospace alignment
- Added lineHeight adjustment (1.2) for better vertical spacing
- Enabled allowProposedApi for access to additional xterm.js features
- Game process output is now properly displayed without formatting artifacts

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 14:30:20 +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 Optimize frontend terminal rendering and remove unnecessary screen clears 2025-12-07 14:30:20 +08:00
server.php Fix line breaks in process output handling 2025-12-07 13:35:36 +08:00