chore: uptick

This commit is contained in:
Brooklyn Nicholson 2026-04-14 19:38:04 -05:00
parent 77cd5bf565
commit 4cbf54fb33
8 changed files with 282 additions and 239 deletions

View file

@ -5,6 +5,7 @@ import type { Frame } from './frame.js'
import { consumeAbsoluteRemovedFlag } from './node-cache.js'
import Output from './output.js'
import renderNodeToOutput, {
didAbsoluteOverlayMove,
getScrollDrainNode,
getScrollHint,
resetLayoutShifted,
@ -135,6 +136,7 @@ export default function createRenderer(node: DOMElement, stylePool: StylePool):
}
return {
absoluteOverlayMoved: didAbsoluteOverlayMove(),
scrollHint: options.altScreen ? getScrollHint() : null,
scrollDrainPending: drainNode !== null,
screen: renderedScreen,