pr 405#406
Conversation
skulidropek
commented
Jun 15, 2026
- Initial commit with task details
- chore(release): version packages
- fix(terminal): suppress alternate screen for project terminals to enable scrollback
- Revert "Initial commit with task details"
- fix(terminal): preload tmux history for native scrollback
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #404
…ble scrollback
Project terminals run inside tmux, which switches xterm into the alternate
screen buffer (DEC 47/1047/1049). The alternate screen keeps no scrollback,
so output was cleared on every repaint and wheel scroll had nothing to reveal
("constantly clears all text, only shows one page").
Wire the already-implemented suppressAlternateScreen query-suppression option
on for project terminals via a new pure gating module (terminal-screen-policy),
keeping tmux/TUI output in xterm's normal 50k-line scrollback buffer.
Refs #404
This reverts commit 29e8943.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughSummary by CodeRabbitПримечания к выпуску
WalkthroughДобавлен модуль политик xterm-экрана ( ChangesПоддержка scrollback в project terminal
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Superseded by PR #405 updates. |