Make useFullWidth the default. (#12911)

This commit is contained in:
Jacob Richman
2025-11-11 16:14:08 -08:00
committed by GitHub
parent 2e2b066713
commit 2abc288c52
7 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ const SETTINGS_SCHEMA = {
label: 'Use Full Width',
category: 'UI',
requiresRestart: false,
default: false,
default: true,
description: 'Use the entire width of the terminal for output.',
showInDialog: true,
},