You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Terminal version (or Windows build number)
Terminal: 1.11.2921.0
Windows: 10.0.22000.318
Other Software
No response
Steps to reproduce
Open the Windows Terminal in the default-sized window and run any command which returns a good amount of content as its output like dotnet new blazorwasm --help so that it takes up some screen space.
Run the command and then maximize the Terminal window, the cursor position jumps into somewhere in the output content of the previous command rather than in a new blank line.
Refer to the below screenshot for visual representation, the current cursor position is highlighted.
Expected Behavior
The cursor position should stay in the current blank line even when windows get resized (maximize, manul resizing).
Actual Behavior
The cursor position moves into the output content of the previous command.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Nov 12, 2021
egvijayanand
changed the title
Cursor position moves into to the content when Terminal window is maximized
Cursor position moves into the content when Terminal window is maximized
Nov 12, 2021
I've been looking for a consistent repro for months. This is a great thing to have. The bugger picture is #5800, but I think #7253 is specifically the same root cause as this. I'm gonna move this repro there. Thanks!
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
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Nov 16, 2021
Windows Terminal version (or Windows build number)
Terminal: 1.11.2921.0
Windows: 10.0.22000.318
Other Software
No response
Steps to reproduce
Open the Windows Terminal in the default-sized window and run any command which returns a good amount of content as its output like
dotnet new blazorwasm --help
so that it takes up some screen space.Run the command and then maximize the Terminal window, the cursor position jumps into somewhere in the output content of the previous command rather than in a new blank line.
Refer to the below screenshot for visual representation, the current cursor position is highlighted.
Expected Behavior
The cursor position should stay in the current blank line even when windows get resized (maximize, manul resizing).
Actual Behavior
The cursor position moves into the output content of the previous command.
The text was updated successfully, but these errors were encountered: