fix(cli): switch default back to terminalBuffer=false and fix regressions introduced for that mode (#24873)

This commit is contained in:
Jacob Richman
2026-04-07 22:47:54 -07:00
committed by GitHub
parent 82917eccea
commit 9fabe0fb38
21 changed files with 363 additions and 244 deletions
+2 -2
View File
@@ -465,8 +465,8 @@
"terminalBuffer": {
"title": "Terminal Buffer",
"description": "Use the new terminal buffer architecture for rendering.",
"markdownDescription": "Use the new terminal buffer architecture for rendering.\n\n- Category: `UI`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"markdownDescription": "Use the new terminal buffer architecture for rendering.\n\n- Category: `UI`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"type": "boolean"
},
"useBackgroundColor": {