opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): Center the initially selected session in the session_list (resolves #8558)

Open ariane-emory opened this issue 1 day ago • 1 comments

What does this PR do?

This PR attempts to ensure that the initially selected session when the session_list is opened is always within the viewport when opening the session list by trying to center it within the viewport.

Resolves #8558

Before (after following the procedure described in the issue)

Screenshot 2026-01-14 at 6 40 43 PM

After

Screenshot 2026-01-14 at 6 41 35 PM

How did you verify your code works?

A/B testing and running all tests in the project to ensure that no failures were introduced.

ariane-emory avatar Jan 14 '26 23:01 ariane-emory