mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Add a warning about the flickering in iTerm. (#32)
This commit is contained in:
@@ -126,6 +126,12 @@ const App = ({ directory }: AppProps) => {
|
||||
/>
|
||||
)}
|
||||
|
||||
{process.env.TERM_PROGRAM === 'iTerm.app' && (
|
||||
<Box marginTop={1}>
|
||||
<Text dimColor>Note: Flickering may occur in iTerm.</Text>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
<Footer queryLength={query.length} />
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user