mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-06-23 04:54:46 +00:00
- Add configurable scrollback parameter to Renderer constructor - Default to 1,000,000 lines (up from 1,000) for full session history - Users can now scroll through entire terminal session history - Fix renderer-entry.ts import path (remove .js extension) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
No EOL
104 B
TypeScript
2 lines
No EOL
104 B
TypeScript
// Entry point for renderer bundle - exports XTerm-based renderer
|
|
export { Renderer } from './renderer'; |