-
Notifications
You must be signed in to change notification settings - Fork 17.1k
CLAUDE_CODE_NO_FLICKER=1 causes duplicated output and garbled Unicode on Windows #42703
Copy link
Copy link
Open
Labels
area:tuibugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:windowsIssue specifically occurs on WindowsIssue specifically occurs on Windows
Description
Description
Setting CLAUDE_CODE_NO_FLICKER=1 in ~/.claude/settings.json env causes two rendering issues on Windows 11:
- Duplicated output — the same text block (including tables, paragraphs) appears twice in a single response
- Garbled Unicode — box-drawing characters render as mojibake when copy-pasting (e.g.
ΓöÇΓöÇinstead of───,Γö£instead of├)
Both issues disappear immediately when the env var is removed.
Steps to reproduce
- Add
"CLAUDE_CODE_NO_FLICKER": "1"toenvin~/.claude/settings.json - Start a new Claude Code session
- Ask Claude to output a markdown table with Unicode box-drawing characters
- Observe duplicated output and garbled characters when copying the response
Environment
- OS: Windows 11 Pro (10.0.26220)
- Shell: Git Bash
- Claude Code: CLI in terminal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:tuibugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:windowsIssue specifically occurs on WindowsIssue specifically occurs on Windows