microsoft / inshellisense

IDE style command line auto complete
MIT License
8.21k stars 179 forks source link

fix: infinite loop on clear command #228

Closed cpendery closed 2 months ago

cpendery commented 2 months ago

When clear runs, we could get caught in an infinite loop as no command would be found, limit the search size to the visible terminal buffer.