Cursor position is wrong after exiting vim #16254
Labels
Area-Output
Related to output processing (inserting text into buffer, retrieving buffer text, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-2
A description (P2)
Product-Terminal
The new Windows Terminal.
Milestone
Windows Terminal version
1.18.2822.0
Windows build number
10.0.22631.0
Other Software
vim 9.0.2081 (installed via scoop)
Power Shell 7.3.9
Steps to reproduce
Enter
:)vim -u NONE test.txt
to open vim then exit.Windows.PowerShell.2023-11-02.16-26-08.mp4
It can't be reproduced if I use pwsh7 directly (without Windows Terminal), so maybe it's a problem of Windows Terminal?
Expected Behavior
After exiting vim, the cursor should be at the last line of the monitor.
Actual Behavior
After exiting vim, the cursor is in the middle of the monitor (~60th line). And
cls
will not clear the bottom half of the monitor.The text was updated successfully, but these errors were encountered: