Skip to content

Commit aede9c8

Browse files
committed
Fix type error: useKittyKeyboard should be boolean
1 parent 90c2bdb commit aede9c8

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd/tui

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function tui(input: { url: string; args: Args; onExit?: () => Promise<voi
144144
targetFps: 60,
145145
gatherStats: false,
146146
exitOnCtrlC: false,
147-
useKittyKeyboard: {},
147+
useKittyKeyboard: false,
148148
},
149149
)
150150
})

0 commit comments

Comments
 (0)