Make useFullWidth the default. (#12911)

This commit is contained in:
Jacob Richman
2025-11-11 16:14:08 -08:00
committed by GitHub
parent e9027d5e6f
commit 617a63ec73
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,
},