fix(tui): stabilize live progress rendering

This commit is contained in:
Brooklyn Nicholson
2026-04-26 15:23:43 -05:00
parent d4dde6b5f2
commit a7831b63db
28 changed files with 619 additions and 154 deletions
+1
View File
@@ -57,6 +57,7 @@ declare module '@hermes/ink' {
readonly getScrollHeight: () => number
readonly getViewportHeight: () => number
readonly getViewportTop: () => number
readonly getLastManualScrollAt: () => number
readonly isSticky: () => boolean
readonly subscribe: (listener: () => void) => () => void
readonly setClampBounds: (min: number | undefined, max: number | undefined) => void