[Bug] Rendering Issue: Large Blank Areas Where Text Should Display
Bug Description 新版本的Claude code 2.0.73有渲染问题,页面会出现大面积空白,那些位置本来应该有文字。
Environment Info
- Platform: win32
- Terminal: pycharm
- Version: 2.0.73
- Feedback ID: 2e986ff8-4e4e-41d1-8e31-e6a4f8b8baf1
Errors
[{"error":"AbortError: The operation was aborted.\n at unknown\n at abortChildProcess (node:child_process:947:42)\n at onAbortListener2 (node:child_process:35:24)\n at abort (unknown)\n at <anonymous> (B:/~BUN/root/claude.exe:5003:14798)","timestamp":"2025-12-19T08:18:08.274Z"}]
Same issues here, Windows 11, this issue has to be internal from anthropics. Its just the information returned from claude code that has all the blank space.
I'm not sure how to upvote this or whatever, but having the same issue. Version: 2.0.73 Windows 11, PowerShell, Windows Terminal
Same here Version: 2.0.73 Windows11, Windows Terminal
npm uninstall -g @anthropic-ai/claude-code npm install -g @anthropic-ai/[email protected]
降级处理下可以临时解决,今天更新了一波版本,应该是和这次更新有关 A downgrade can temporarily solve the problem. I updated a new version today, which should be related to this update.
Yeah, I'm hitting the exact same nasty bug too, output text is basically unreadable.
Version: 2.0.73 Windows11, Windows Terminal+Powershell7 irm https://claude.ai/install.ps1 | iex
Found 3 possible duplicate issues:
- https://github.com/anthropics/claude-code/issues/14621
- https://github.com/anthropics/claude-code/issues/14599
- https://github.com/anthropics/claude-code/issues/14555
This issue will be automatically closed as a duplicate in 3 days.
- If your issue is a duplicate, please close it and 👍 the existing issue instead
- To prevent auto-closure, add a comment or 👎 this comment
🤖 Generated with Claude Code
same issue
Same issue here. Confirming the bug.
Environment:
- Version: 2.0.73
-
- Platform: Windows 11 (win32)
-
-
- Terminal: Windows Terminal + VS Code integrated terminal Symptoms:
-
- Large blank/empty areas in output where text should display
-
- Responses appear truncated with excessive whitespace
-
-
- Only fragments of text visible (beginning and end of responses)
-
-
-
-
- Markdown-formatted responses particularly affected
-
-
-
-
-
-
- Output essentially unreadable
Workaround being used:
Asking Claude to save responses to
.mdfiles instead of displaying in CLI, since file output works correctly while terminal rendering is broken.
- Output essentially unreadable
Workaround being used:
Asking Claude to save responses to
-
-
-
I am having the same issue. This just started last night (maybe 12-13 hours ago)
Extra whitespace. Sentences partially cut off.
Windows 11 Windows terminal / VS Code integration.
This fixed it.
Claude Code: Use Terminal
Consolidating to #14587 - see thread for workarounds and status.