fix(tui): remove invalid renderer config option

pull/20309/head
Ryan Vogel 2026-03-31 12:38:33 -04:00 committed by Ryan Vogel
parent ba2e3c16b2
commit 0c3ff84f44
1 changed files with 0 additions and 1 deletions

View File

@ -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,