mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
feat(ui): add solid background color option for input prompt (#16563)
Co-authored-by: Alexander Farber <farber72@outlook.de>
This commit is contained in:
@@ -302,13 +302,6 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"useFullWidth": {
|
||||
"title": "Use Full Width",
|
||||
"description": "Use the entire width of the terminal for output.",
|
||||
"markdownDescription": "Use the entire width of the terminal for output.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"useAlternateBuffer": {
|
||||
"title": "Use Alternate Screen Buffer",
|
||||
"description": "Use an alternate screen buffer for the UI, preserving shell history.",
|
||||
@@ -316,6 +309,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"useBackgroundColor": {
|
||||
"title": "Use Background Color",
|
||||
"description": "Whether to use background colors in the UI.",
|
||||
"markdownDescription": "Whether to use background colors in the UI.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"incrementalRendering": {
|
||||
"title": "Incremental Rendering",
|
||||
"description": "Enable incremental rendering for the UI. This option will reduce flickering but may cause rendering artifacts. Only supported when useAlternateBuffer is enabled.",
|
||||
|
||||
Reference in New Issue
Block a user