mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 21:16:06 +00:00
fix(tui): remove invalid renderer config option
This commit is contained in:
parent
ba2e3c16b2
commit
0c3ff84f44
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ function rendererConfig(_config: TuiConfig.Info): CliRendererConfig {
|
|||
const mouseEnabled = !Flag.OPENCODE_DISABLE_MOUSE && (_config.mouse ?? true)
|
||||
|
||||
return {
|
||||
externalOutputMode: "passthrough",
|
||||
targetFps: 60,
|
||||
gatherStats: false,
|
||||
exitOnCtrlC: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue