fix(tui): remove invalid renderer config option

This commit is contained in:
Ryan Vogel
2026-03-31 12:38:33 -04:00
committed by Ryan Vogel
parent ba2e3c16b2
commit 0c3ff84f44

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,