bump opentui to v0.1.60, fixing doubled key events on some older terminal emulators and add_buffer leaks for prompt input

This commit is contained in:
Sebastian Herrlinger
2025-12-10 15:01:41 +01:00
parent baed581a7c
commit ba1c6122b9
4 changed files with 16 additions and 16 deletions

View File

@@ -144,7 +144,7 @@ export function tui(input: { url: string; args: Args; onExit?: () => Promise<voi
targetFps: 60,
gatherStats: false,
exitOnCtrlC: false,
useKittyKeyboard: true,
useKittyKeyboard: {},
},
)
})