-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with control characters appearing in command window #7126
Comments
So, this is usually caused by an application leaving |
thanks for the quick response; is there an manual fix i can run? i'd love to save this terminal session :) |
Hmm.. so, if you just run |
Btw, now that i can get my history for that shell, i believe that the culprit is vi. the last few previous commands were |
Thanks for that! Yeah, it'll do that sometimes. Sorry 😄 For this one, by-design is appropriate, even though that's a little unfortunate. We're kicking around the idea of making the input mode per-process state, but our input queue is appalling right now. I tried to hack this up for hackathon! /dup #4954 |
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! |
suddenly my command window starting show control characters instead of doing the actions (e.g. image shows pushing the up arrow on the keyboard and then the down arrow). Other shells/tabs in the same terminal window don't have this issue.
Unfortunately i don't have a repro, and i don't know how i got into this state. I have a DMP of WIndowsTerminal.exe if that helps.
The text was updated successfully, but these errors were encountered: