[BUG]
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
[BUG] Text truncation/clipping on left side of Claude Code output panel
Environment
- Platform: Anthropic API (Claude Pro subscription)
- Claude Code version: 2.0.73
- Operating System: Windows 10/11 (issue occurs on desktop, NOT on laptop)
- Terminal: VS Code integrated Claude Code panel + standalone PowerShell
Bug Description
Text displayed in the Claude Code output panel is being truncated/clipped on the left side. Content that should be centered or indented has its left portion cut off, making it unreadable.
For example, text that should read:
(Skill guides + MCP validates)
+ Claude plugins)
Displays as:
e + MCP validates)
+ Claude plugins)
The beginning of lines is being cut off.
Steps to Reproduce
- Open Claude Code in VS Code (dedicated Claude Code view, not terminal)
- Have Claude Code read a markdown file containing centered text, ASCII diagrams, or indented content
- Observe that the left side of wide/centered content is truncated
Expected Behavior
All text should be fully visible, matching what appears in the actual file when opened in an editor.
Actual Behavior
Left portion of centered/indented text is clipped off. Only the right portion of lines is visible.
Troubleshooting Already Attempted
- ✅ Verified the underlying
.mdfile is correct (opens fine in VS Code editor) - ✅ Terminal buffer size is normal (120x30 width/height)
- ✅ Basic PowerShell
Write-Hostwith leading spaces renders correctly - ✅ Widened Claude Code panel to maximum width - no change
- ✅ Issue does NOT occur on laptop with same Claude Code version
- ❌ Issue persists on desktop only
Additional Context
- Desktop: [YOUR DISPLAY SCALING 100%, RESOLUTION 2560 x 1440, GPU 8GB NVIDIA GeForce RTX 3060Ti]
<img width="2202" height="1339" alt="Image" src="https://github.com/user-attachments/assets/586c95fa-5df5-4073-9ec1-95b684eaf65d" />
This appears to be a rendering issue specific to Claude Code's output display, possibly related to display scaling or GPU rendering, since:
- The actual files are not corrupted
- Standard terminal output with leading spaces works fine
- The issue is machine-specific (desktop only, laptop works)
Screenshots
[ATTACH YOUR SCREENSHOTS HERE - the ones showing the truncation]
What Should Happen?
user should not have formatting or rendering issues. i can't work this way.
Error Messages/Logs
Steps to Reproduce
open vscode
open project folder
launch claude code from it's own window. not terminal
tell claude to tell you a short story
issue occures
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
Claude Code version 2.0.73
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗