MCPcopy Index your code
hub / github.com/codeaashu/claude-code / consumeFollowScroll

Function consumeFollowScroll

src/ink/render-node-to-output.ts:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98let followScroll: FollowScroll | null = null
99
100export function consumeFollowScroll(): FollowScroll | null {
101 const f = followScroll
102 followScroll = null
103 return f
104}
105
106// ── Native terminal drain (iTerm2/Ghostty/etc. — proportional events) ──
107// Minimum rows applied per frame. Above this, drain is proportional (~3/4

Callers 1

onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected