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
Invoke a program, such as yes, whose output scrolls the terminal window, allowing you to scroll back, then press ctrl-c to stop it;
invoke vim, and then issue the command :version;
quit Vim
Expected Behavior
When scrolling back, only the output from yes should be visible.
Actual Behavior
Vim's interface remains "stuck" on the terminal window and mixes with the output of yes. The screenshot shows the issue.
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 10, 2021
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 10, 2021
Windows Terminal version (or Windows build number)
Windows Terminal Preview 1.12.2931.0
Other Software
vim 8.2.3441 (MSYS2 version, from Git Bash),
GNU bash, version 4.4.23(1)-release (x86_64-pc-msys).
Steps to reproduce
Prerequisite:
Create a new profile with the following command line command:
and start a new terminal tab using that profile.
yes
, whose output scrolls the terminal window, allowing you to scroll back, then pressctrl-c
to stop it;vim
, and then issue the command:version
;Expected Behavior
When scrolling back, only the output from
yes
should be visible.Actual Behavior
Vim's interface remains "stuck" on the terminal window and mixes with the output of
yes
. The screenshot shows the issue.The text was updated successfully, but these errors were encountered: