kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
750 stars 35 forks source link

Invoking command history leaves blank lines the size of displayed history #227

Open Konstantin-Glukhov opened 1 year ago

Konstantin-Glukhov commented 1 year ago

I think it should work the same way as Linux FZF. The current prompt line should return right where it was after exiting the history search. In other word, the history output should not be overwritten with blank lines plus the current line, but the other way around, the current line plus blank lines.