Skip to content

Scroll bug#137

Merged
andyrewlee merged 3 commits intomainfrom
scroll-bug
Feb 1, 2026
Merged

Scroll bug#137
andyrewlee merged 3 commits intomainfrom
scroll-bug

Conversation

@andyrewlee
Copy link
Copy Markdown
Owner

@andyrewlee andyrewlee commented Feb 1, 2026

andyrewlee and others added 2 commits January 31, 2026 22:59
When Instance B opens a workspace with tabs from Instance A, it connects
to existing tmux sessions but creates a fresh vterm with empty scrollback.
The tmux server only sends the visible screen to newly attached clients,
so ScrollView() had nothing to scroll through.

Fix by capturing the tmux pane's scrollback history (via capture-pane)
after connecting to an existing session and pre-populating the vterm's
Scrollback buffer before the PTY reader starts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 5 additional flags.

Open in Devin Review

@andyrewlee andyrewlee merged commit a042b3a into main Feb 1, 2026
1 check passed
@andyrewlee andyrewlee deleted the scroll-bug branch February 1, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant