-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues, especially the pinned issues.
Exception report
N/AScreenshot
Environment data
PS Version: 7.2.1
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.2.1-rc1
PSReadLine EditMode: Windows
OS: 10.0.19041.1466 (WinBuild.160101.0800)
BufferWidth: 120
BufferHeight: 35Steps to reproduce
- go to a folder with at least 57 files or folders
mkdir test
cd test
for ($i = 0;$i -ne 58;$i++){mkdir " kind of long name so it has to render in multiple lines $i"}- type any command + space
- press ctrl + space
Expected behavior
all folders are printed
Actual behavior
all folders are printed + some empty lines
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed
