mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Turn off alternate buffer mode by default. (#13623)
This commit is contained in:
@@ -176,7 +176,7 @@ export const renderWithProviders = (
|
||||
width,
|
||||
mouseEventsEnabled = false,
|
||||
config = configProxy as unknown as Config,
|
||||
useAlternateBuffer,
|
||||
useAlternateBuffer = true,
|
||||
uiActions,
|
||||
}: {
|
||||
shellFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user