diff options
| author | Allen Hutchison <[email protected]> | 2025-04-19 07:02:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-19 07:02:12 -0700 |
| commit | d9ad2a74ae8c2bf4cac68d16d765314aab28b45d (patch) | |
| tree | 6d1e5e462bfdb513e4e3ca2903d1bb80a16e5def | |
| parent | ce1c83da89401c0a1f35598943301e941ac4e59a (diff) | |
Fix the double warning for iterm. (#51)
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 5b4890e3..e1b45af9 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -145,12 +145,6 @@ export 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} /> <ITermDetectionWarning /> </Box> |
