Skip to content

Commit 729a402

Browse files
committed
fix: uncorrupt
1 parent 6e1a875 commit 729a402

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: false,
147+
useKittyKeyboard: {},
148148
},
149149
)
150150
})

0 commit comments

Comments
 (0)