mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
do not open console on error (#13374)
This commit is contained in:
parent
20dcff1e2e
commit
c0814da785
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ export function tui(input: {
|
||||||
exitOnCtrlC: false,
|
exitOnCtrlC: false,
|
||||||
useKittyKeyboard: {},
|
useKittyKeyboard: {},
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
|
openConsoleOnError: false,
|
||||||
consoleOptions: {
|
consoleOptions: {
|
||||||
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
|
keyBindings: [{ name: "y", ctrl: true, action: "copy-selection" }],
|
||||||
onCopySelection: (text) => {
|
onCopySelection: (text) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue