Skip to content

blank lines after output of ctrl+space #3196

@LuanVSO

Description

@LuanVSO

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIt either shouldn't be doing this or needs an investigation.Resolution-Fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions