Input text duplicates on terminal resize (minimize/maximize) in PowerShell on Windows 11
Resolved 💬 3 comments Opened Apr 14, 2026 by tec-alan Closed Apr 18, 2026
Description
Every time the terminal window is minimized or maximized, the current input text in the prompt is duplicated and re-echoed to the screen. Each resize event adds another copy, stacking up and covering prior conversation output.
Environment
- Claude Code version: 2.1.108
- Shell: PowerShell
- OS: Windows 11 Pro (10.0.26200)
Steps to Reproduce
- Open Claude Code in PowerShell on Windows 11
- Type any text into the input prompt (do not submit)
- Minimize or maximize the terminal window
- Observe the input text is duplicated on screen
- Repeat -- each resize adds another copy
Expected Behavior
Input text should remain as-is after a terminal resize/reflow event.
Actual Behavior
The input buffer is re-echoed to the display on every resize event, stacking duplicate copies of the current input text.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗