new option type

This commit is contained in:
Sebastian Herrlinger 2025-12-09 14:55:20 +01:00
parent fe5ff6de47
commit 807d759e52

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: {},
},
)
})