-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed
Milestone
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues, especially the pinned issues.
Exception report
No exception.
Screenshot
Environment data
PS Version: 7.2.0-rc.1
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.1.0
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 91
BufferHeight: 25
Steps to reproduce
- Make sure the double-cell character wraps to the next line. It means that there is 1 cell buffer left on the current line for the double-cell character, so that character will be rendered to the next line.
- Start to delete characters, from the end, or from the middle of the line.
- You will see the double-cell character left behinds even though it's already removed from the buffer.
The GIF's in the screenshot section above are 2 examples.
Expected behavior
Deletion works as expected to remove the character from screen.
Actual behavior
The double-cell characters are left on screen, even though the characters were already removed from the text buffer.
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed