mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-16 04:22:36 +00:00
chore: uptick
This commit is contained in:
parent
77cd5bf565
commit
4cbf54fb33
8 changed files with 282 additions and 239 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue