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

Open
opened 2026-01-30 22:16:20 +00:00 by claunia · 0 comments
Owner

Originally created by @miniksa on GitHub (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.

Originally created by @miniksa on GitHub (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](https://user-images.githubusercontent.com/18221333/57736706-d3441000-765d-11e9-9cbd-8348321f7751.png) > 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.
claunia added the Product-ConhostIssue-BugArea-InteractionResolution-Duplicate labels 2026-01-30 22:16:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1093