Description
Windows Terminal version
1.23.10732.0
Windows build number
27823.1000
Other Software
Test Environment:
OS: Windows 11 Version Dev (OS Build 27823.1000)
App: Windows Terminal Preview
Screen Reader: Narrator
Steps to reproduce
Repro steps:
- Open the 'windows terminal' application.
- Run commands or enter text in the terminal window.
- Use the 'Clear buffer' functionality via shortcut keys or the command palette.
- Observe the behavior of the terminal after performing the action.
- Attempt to type new input and observe where the text appears.
- Observe the issue here.
User experience:
This issue negatively impacts usability, as users expect the 'Clear buffer' command to refresh the display without introducing erratic behavior. The unpredictable input placement can cause confusion, disrupt workflow, and make it difficult for users to continue their tasks after clearing the buffer.
Attachment:
Content is not properly visible after activating clear buffer.zip
Expected Behavior
The 'Clear buffer' command should remove only the visible content from the terminal without disrupting the expected behavior of text input. After clearing the buffer, the cursor should remain in a predictable location, allowing the user to type normally without input appearing in unintended positions.
Actual Behavior
After performing the 'Clear buffer' command, all content is cleared, resulting in a completely blank black screen. However, when attempting to type again, the new input does not appear at the expected cursor location but instead appears in seemingly random positions within the window.