Claude Code's terminal UI can now scroll an element to the end, center, or start of view, not just nearest
The internal scrolling logic used by Claude Code's terminal-based interface (which keeps a specific element visible when content changes) previously only supported scrolling to the nearest visible position. It now also supports scrolling an element to the end, center, or start of the visible area, mirroring the same options available in web browsers' scrollIntoView behavior.
This gives Claude Code's internal UI components finer control over exactly where an element lands when the view scrolls to keep it visible, rather than always snapping to whichever edge is closest.