Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blank lines after output of ctrl+space #3196

Closed
3 tasks done
LuanVSO opened this issue Feb 1, 2022 · 2 comments · Fixed by #3199
Closed
3 tasks done

blank lines after output of ctrl+space #3196

LuanVSO opened this issue Feb 1, 2022 · 2 comments · Fixed by #3199
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Fixed

Comments

@LuanVSO
Copy link

LuanVSO commented Feb 1, 2022

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/A

Screenshot

image

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: 35

Steps to reproduce

  1. 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"}
  1. type any command + space
  2. press ctrl + space

Expected behavior

all folders are printed

Actual behavior

all folders are printed + some empty lines

@ghost ghost added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Feb 1, 2022
@daxian-dbw daxian-dbw added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. labels Feb 1, 2022
@daxian-dbw
Copy link
Member

@LuanVSO Thanks for the report. It's a regression from 2.2.0-beta4 (at least). Will get it fixed.

@ghost ghost added the In-PR A PR is opened targeting the issue label Feb 1, 2022
@ghost ghost added Resolution-Fixed and removed In-PR A PR is opened targeting the issue labels Feb 2, 2022
@ghost
Copy link

ghost commented Feb 22, 2022

🎉 This issue was addressed in 3199, which has now been successfully released in v2.2.2. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants