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
type ls again and see that ls is not positioned correctly
Conhost repro
With a plain old conhost:
Maximize it
Run ls
Restore down
Change the buffer size to match the window size
Maximize again
Expected behavior
Text appears at previous cursor line
Actual behavior
Text appears in blank space. Screenshots of process:
Notes
I'm moving this here because I'm having a hard time tracing through this from our side, and I figured it'd be easier to get help straight from the experts. From my own investigation
I can't be sure that's actually it, but that's certainly something to look into.
Though, reading through that, it looks like _console.CursorTop might already be wrong at that point in the call. Looks like that function is just trying to see how many rows the input line takes, then is setting the _initialY to be that many rows above the cursor. So I'd think the cursor was already wrong at this point.
I'll keep digging
The text was updated successfully, but these errors were encountered:
ghost
added
the
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
label
Apr 6, 2020
Environment
From conhost:
Additionally, from WT:
Steps to reproduce
See microsoft/terminal#2432 and microsoft/terminal#5254
Windows Terminal Repro
ls
ls
again and see that ls is not positioned correctlyConhost repro
With a plain old conhost:
ls
Expected behavior
Text appears at previous cursor line
Actual behavior
Text appears in blank space. Screenshots of process:
Notes
I'm moving this here because I'm having a hard time tracing through this from our side, and I figured it'd be easier to get help straight from the experts. From my own investigation
The text was updated successfully, but these errors were encountered: