vibetunnel/web/src
Mario Zechner 4a9ee48427 feat: implement fitHorizontally mode and buffer trimming
- Add fitHorizontally mode to vibe-terminal-buffer component
- Scale font size to fit entire terminal width when enabled
- Trim blank lines from bottom of buffer to reduce data transfer
- Always show content from top down (not centered on cursor)
- Match behavior of terminal.ts fitTerminal implementation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 02:45:13 +02:00
..
client feat: implement fitHorizontally mode and buffer trimming 2025-06-20 02:45:13 +02:00
pty Pty improvements 2025-06-19 14:07:59 +02:00
test fix: apply formatters to pass CI checks (#19) 2025-06-19 01:39:27 +02:00
fwd.ts Force fwd.ts to always use node-pty, never tty-fwd fallback 2025-06-19 07:09:01 +02:00
input.css Add vibe-terminal-buffer component for efficient session previews 2025-06-20 02:19:09 +02:00
server.ts Add vibe-terminal-buffer component for efficient session previews 2025-06-20 02:19:09 +02:00
stream-watcher.ts Implement server-side terminal buffer management with xterm.js headless 2025-06-20 01:56:20 +02:00
terminal-manager.ts feat: implement fitHorizontally mode and buffer trimming 2025-06-20 02:45:13 +02:00