git add . -p
command input at incorrect position
#18482
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
1.22.241118002-preview
Windows build number
10.0.22631.4751
Other Software
clink in cmd
git
Steps to reproduce
Run
git add . -p
on a project with changes.Expected Behavior
The screen should show a git diff with a prompt at the bottom.
When typing a prompt it should appear at the correct prompt position.
After pressing enter it should show the next diff with the prompt input in the correct position again.
Actual Behavior
The prompt input position is incorrect when typing.
When pressing enter the previous text is left on the screen and the prompt input is still in the incorrect position.
This is how it looks on the first prompt:
This is how it looks when pressing enter; the previous output is mixed with the new output and the prompt is still in the incorrect position when typing:
The text was updated successfully, but these errors were encountered: