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

[host] If a line is exactly the width of the buffer and you increase the buffer width, it will wrap incorrectly resize reflow #802

Closed
miniksa opened this issue May 14, 2019 · 3 comments
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Conhost For issues in the Console codebase Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@miniksa
Copy link
Member

miniksa commented May 14, 2019

This is another one that needs #796 before it can be changed and may or may not be related to #797.

image

See the line with "OpenConsoleFullPDB.pdb" on it.

  1. execute dir.
  2. pick a line you like. Resize the window so that the line completely fills the width of the buffer, with no spaces on the right.
  3. execute the same dir command. That line you picked should exactly fill one line.
  4. Increase the width of the window. See that the line below the line you picked has now wrapped up to the previous line.

Repros with both dir and ls -lA, so it's not WSL/VT specific.

@miniksa miniksa added Product-Conhost For issues in the Console codebase Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Bug It either shouldn't be doing this or needs an investigation. labels May 14, 2019
@ExE-Boss
Copy link

This is also reproducible in PowerShell with a PowerLine prompt that uses the Right‑aligned blocks feature.

@zadjii-msft
Copy link
Member

Hey so this is exactly the same as #3088. I've got way more info in that issue (because I totally forgot about this one), so I'm going to resolve this as a dupe.

/dup #3088

@ghost
Copy link

ghost commented May 12, 2020

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed May 12, 2020
@ghost ghost added the Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. label May 12, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Conhost For issues in the Console codebase Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants