claude-code - 💡(How to fix) Fix Cannot scroll up in Windows Terminal while Claude Code is running (regression since 2.1.x / Opus 4.7 release)

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…

Since the Claude Code release that introduced Opus 4.7 support, scrolling the terminal scrollback is completely blocked while the Claude Code TUI is running in Windows Terminal. Mouse wheel, Shift+PageUp, and scrollbar drag all do nothing. The only way to see earlier output is to exit Claude Code.

This is a regression — scrolling worked normally in prior versions.

Root Cause

Since the Claude Code release that introduced Opus 4.7 support, scrolling the terminal scrollback is completely blocked while the Claude Code TUI is running in Windows Terminal. Mouse wheel, Shift+PageUp, and scrollbar drag all do nothing. The only way to see earlier output is to exit Claude Code.

This is a regression — scrolling worked normally in prior versions.

Fix Action

Fix / Workaround

Notes

Ctrl+O in-app transcript viewer is a partial workaround but doesn't replace being able to scroll the terminal naturally (e.g. to copy older tool output).

RAW_BUFFERClick to expand / collapse

Summary

Since the Claude Code release that introduced Opus 4.7 support, scrolling the terminal scrollback is completely blocked while the Claude Code TUI is running in Windows Terminal. Mouse wheel, Shift+PageUp, and scrollbar drag all do nothing. The only way to see earlier output is to exit Claude Code.

This is a regression — scrolling worked normally in prior versions.

Environment

  • Claude Code: 2.1.112
  • Windows Terminal: 1.24.10921.0
  • OS: Windows 11 Pro for Workstations, build 26200
  • Shell: PowerShell / bash via Git for Windows (same behavior in both)

Repro

  1. Open Windows Terminal
  2. Run claude
  3. Produce enough output to require scrollback (any long task)
  4. Try to scroll up — mouse wheel, Shift+PageUp, scrollbar drag

Expected

Normal terminal scrollback while the TUI is running, as in prior versions.

Actual

Scroll inputs are ignored. Scrollback is inaccessible until Claude Code exits.

Notes

Ctrl+O in-app transcript viewer is a partial workaround but doesn't replace being able to scroll the terminal naturally (e.g. to copy older tool output).

extent analysis

TL;DR

The issue can be potentially resolved by investigating the changes introduced in the Claude Code release that added Opus 4.7 support, which may be interfering with the terminal scrollback functionality.

Guidance

  • Review the release notes and changelog for the Claude Code version 2.1.112 to identify potential changes that could be causing the scrolling issue.
  • Investigate if there are any known issues or bugs reported in the Claude Code repository related to scrolling or Opus 4.7 support.
  • Test the scrolling functionality with different terminal emulators or configurations to determine if the issue is specific to Windows Terminal.
  • Consider reaching out to the Claude Code development team or community for further assistance, as this issue may require a fix or patch from their side.

Example

No code snippet is provided as the issue seems to be related to the interaction between Claude Code and the terminal emulator, rather than a specific code snippet.

Notes

The issue may be specific to the combination of Claude Code, Windows Terminal, and Opus 4.7 support, and may not be reproducible in other environments. Further investigation and debugging may be required to identify the root cause.

Recommendation

Apply workaround: Use the Ctrl+O in-app transcript viewer as a temporary solution to access older output, while waiting for a potential fix or patch from the Claude Code development team.

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