You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ they appear in the UI.
75
75
| Show User Identity |`ui.showUserIdentity`| Show the signed-in user's identity (e.g. email) in the UI. |`true`|
76
76
| Use Alternate Screen Buffer |`ui.useAlternateBuffer`| Use an alternate screen buffer for the UI, preserving shell history. |`false`|
77
77
| Render Process |`ui.renderProcess`| Enable Ink render process for the UI. |`true`|
78
-
| Terminal Buffer |`ui.terminalBuffer`| Use the new terminal buffer architecture for rendering. |`true`|
78
+
| Terminal Buffer |`ui.terminalBuffer`| Use the new terminal buffer architecture for rendering. |`false`|
79
79
| Use Background Color |`ui.useBackgroundColor`| Whether to use background colors in the UI. |`true`|
80
80
| Incremental Rendering |`ui.incrementalRendering`| Enable incremental rendering for the UI. This option will reduce flickering but may cause rendering artifacts. Only supported when useAlternateBuffer is enabled. |`true`|
81
81
| Show Spinner |`ui.showSpinner`| Show the spinner during operations. |`true`|
@@ -120,30 +120,30 @@ exports[`InputPrompt > command search (Ctrl+R when not in shell) > expands and c
120
120
exports[`InputPrompt > command search (Ctrl+R when not in shell) > renders match window and expanded view (snapshots) > command-search-render-collapsed-match 1`] =`
exports[`InputPrompt > command search (Ctrl+R when not in shell) > renders match window and expanded view (snapshots) > command-search-render-expanded-match 1`] =`
0 commit comments