-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Inserting overwrites existing text in C shell on FreeBSD #5151
Comments
If you have access to the |
Here I typed
|
/dup #1947 😄 thanks! |
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! |
Environment
Steps to reproduce
Expected behavior
Text is inserted at the cursor position.
Actual behavior
Text overwrites existing text as it is written. It only appears overwritten, however, as pressing enter reveals that the command is executed as though the text was inserted correctly without overwriting. Furthermore, moving the cursor back to the end of the text reveals the "real" text as the cursor moves over it.
Both the console and WSL exhibits the same behavior. PuTTY does not.
The issue does not occur when using Bash instead of C shell on the target machine.
Here are some other people having the same issue on FreeBSD machines.
microsoft/WSL#1756 (comment)
The text was updated successfully, but these errors were encountered: