tui: revert OpenTUI upgrade to 0.2.16 (#30383)

This commit is contained in:
Simon Klee 2026-06-02 13:26:54 +02:00 committed by GitHub
commit cd0fd9941d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 22 deletions

View file

@ -335,6 +335,7 @@ export async function createRuntimeLifecycle(input: LifecycleInput): Promise<Lif
}
footer.resetForReplay(true)
// @ts-expect-error resetSplitFooterForReplay is restored with the native OpenTUI update.
renderer.resetSplitFooterForReplay({ clearSavedLines: true })
const splash = splashInfo(next.sessionTitle ?? input.sessionTitle, next.history)
renderer.writeToScrollback(

View file

@ -487,7 +487,7 @@ test.skip("direct footer dispatches leader variant binding only when leader is r
}
})
test("direct footer keeps leader variant binding inactive when leader is disabled", async () => {
test.skip("direct footer keeps leader variant binding inactive when leader is disabled", async () => {
const calls: string[] = []
const app = await renderFooter({
tuiConfig: createTuiResolvedConfig({ keybinds: { leader: "none", variant_cycle: "<leader>t" } }),