claude-code - 💡(How to fix) Fix [BUG] Content gets duplicated in the terminal [3 comments, 3 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#60470Fetched 2026-05-20 03:57:44
View on GitHub
Comments
3
Participants
3
Timeline
8
Reactions
0
Timeline (top)
labeled ×4commented ×3subscribed ×1

Error Message

Error Messages/Logs

Code Example



---

public EmptySqlDependencyFilter(ITelemetryProcessor next) => _next = next;

      public void Process(ITelemetry item)
      {
      public EmptySqlDependencyFilter(ITelemetryProcessor next) => _next = next;

      public void Process(ITelemetry item)
      {
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When the terminal window is resized after Claude outputs wide content (markdown tables, code blocks with long lines), the content gets visually duplicated in the terminal.

What Should Happen?

When the terminal window is resized after Claude outputs wide content (markdown tables, code blocks with long lines), the content gets visually duplicated in the terminal.

Error Messages/Logs

Steps to Reproduce

  1. Ask Claude a question that produces a wide markdown table or a long code block
  2. Resize the terminal window height or width after the response is rendered
  3. Observe that parts of the output appear duplicated

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.144

Platform

Other

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

When the terminal window is resized after Claude outputs wide content (markdown tables, code blocks with long lines), the content gets visually duplicated in the terminal.

To reproduce

  1. Ask Claude a question that produces a wide markdown table or a long code block
  2. Resize the terminal window height or width after the response is rendered
  3. Observe that parts of the output appear duplicated

Expected behavior

Terminal content reflows cleanly without duplication.

Actual behavior

Content (especially wide tables and code blocks) is duplicated after resize, e.g.:

  public EmptySqlDependencyFilter(ITelemetryProcessor next) => _next = next;

      public void Process(ITelemetry item)
      {
      public EmptySqlDependencyFilter(ITelemetryProcessor next) => _next = next;

      public void Process(ITelemetry item)
      {

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 [BUG] Content gets duplicated in the terminal [3 comments, 3 participants]