claude-code - 💡(How to fix) Fix Terminal strobing/flickering after returning from session selection screen (Windows Terminal) [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60435Fetched 2026-05-20 03:58:40
View on GitHub
Comments
2
Participants
2
Timeline
13
Reactions
9
Author
Timeline (top)
cross-referenced ×5labeled ×3subscribed ×3commented ×2

Fix Action

Fix / Workaround

  • Terminal strobes/flickers while Claude is thinking (spinner animation)
  • Strobing also occurs on every key press while typing a new prompt
  • When Claude finishes thinking, the strobing stops
  • When a new prompt is submitted and Claude starts thinking again, strobing resumes
  • Issue persists for the entire duration of that terminal session
  • Workaround: Closing and reopening the terminal window clears the bad state
RAW_BUFFERClick to expand / collapse

Environment

  • Claude Code: 2.1.144
  • Windows Terminal: 1.24.11321.0
  • Shell: PowerShell 7.6.1
  • OS: Windows 11 Pro 10.0.26200

Steps to Reproduce

  1. Open Claude Code in Windows Terminal (PowerShell 7.6.1 profile in taskbar)
  2. Navigate to the session selection screen
  3. Click back into an active session where Claude is thinking (spinner visible)
  4. Observe strobing/flickering in the terminal

What Happens

After re-entering the session:

  • Terminal strobes/flickers while Claude is thinking (spinner animation)
  • Strobing also occurs on every key press while typing a new prompt
  • When Claude finishes thinking, the strobing stops
  • When a new prompt is submitted and Claude starts thinking again, strobing resumes
  • Issue persists for the entire duration of that terminal session
  • Workaround: Closing and reopening the terminal window clears the bad state

Expected Behavior

Terminal renders cleanly after re-entering a session, with no flickering during the thinking animation or while typing.

Notes

The key-press strobing suggests the terminal gets into a corrupted render state when re-entering a session, not just a spinner animation issue. The problem appears to be in how Claude Code restores terminal state on session resume. Every subsequent render operation (cursor movement, input echo, spinner frame) triggers a full redraw instead of an in-place update.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Terminal strobing/flickering after returning from session selection screen (Windows Terminal) [2 comments, 2 participants]