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)
|
const mouseEnabled = !Flag.OPENCODE_DISABLE_MOUSE && (_config.mouse ?? true)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
externalOutputMode: "passthrough",
|
|
||||||
targetFps: 60,
|
targetFps: 60,
|
||||||
gatherStats: false,
|
gatherStats: false,
|
||||||
exitOnCtrlC: false,
|
exitOnCtrlC: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue