Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Ink scrollAnchor gains block: end/center/start (not just nearest)

Claude Code's terminal UI can now scroll an element to the end, center, or start of view, not just nearest

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Claude Code's terminal UI can now scroll an element to the end, center, or start of view, not just nearest

What

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.

Why

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.

See this entry in the whole of v2.1.271 →

Feedback