-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Using Backspace or Del Keys render as black box ! #14619
Comments
I think this is incorrect |
Here is the script of the prompt function i can't see where is the problem
|
I think you could try a powershell without the third party modules. What behavior if you run |
I believe this is the result of an old PSReadLine bug. You can see a similar report in #6767. If that is the case, you probably just need to upgrade the PSReadLine module to get it working correctly. |
Yea this is definitely an old PSReadline issue. Updating psreadline (and/or powershell to pwsh 7) will fix this. |
Windows Terminal version
1.15.3466.0
Windows build number
No response
Other Software
No response
Steps to reproduce
I don't know the source of the bug it's just happening for me ! i just press backspace or del keys and it render as black box
and it happens only in powershell
Expected Behavior
When i press backspace or del key i expect to see blank space with my background in it
Actual Behavior
I got a black box and it appears as the whole background changed since if i rewrite a lettre it rendered on top of the black box
The text was updated successfully, but these errors were encountered: