Turn off alternate buffer mode by default. (#13623)

This commit is contained in:
Jacob Richman
2025-11-21 17:30:38 -08:00
committed by GitHub
parent 8c36b10682
commit 5e218a5630
7 changed files with 10 additions and 6 deletions

View File

@@ -516,7 +516,7 @@ const SETTINGS_SCHEMA = {
label: 'Use Alternate Screen Buffer',
category: 'UI',
requiresRestart: true,
default: true,
default: false,
description:
'Use an alternate screen buffer for the UI, preserving shell history.',
showInDialog: true,