Add a warning about the flickering in iTerm. (#32)
This commit is contained in:
parent
482aeaff10
commit
f51ca774cf
1 changed files with 6 additions and 0 deletions
|
|
@ -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} />
|
<Footer queryLength={query.length} />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue