perf(tui): stabilize long-session scrolling

This commit is contained in:
Brooklyn Nicholson
2026-04-26 01:47:05 -05:00
parent 59b56d445c
commit db4e4acca0
10 changed files with 195 additions and 105 deletions

View File

@@ -59,6 +59,7 @@ declare module '@hermes/ink' {
readonly getViewportTop: () => number
readonly isSticky: () => boolean
readonly subscribe: (listener: () => void) => () => void
readonly setClampBounds: (min: number | undefined, max: number | undefined) => void
}
export const Box: React.ComponentType<any>