Skip to content

[BUG] Mouse-wheel/trackpad scroll far too fast in fullscreen TUI on Cursor (macOS), even at CLAUDE_CODE_SCROLL_SPEED=1 #65323

Description

@oljaskrut

Summary

Scrolling in the Claude Code TUI is far too fast in Cursor's integrated terminal on macOS. It remains too fast even with CLAUDE_CODE_SCROLL_SPEED=1 (the documented minimum) and on a version well past the v2.1.153 trackpad fix.

Environment

  • Claude Code 2.1.162
  • Cursor 3.1.0-pre.11.patch.0 (TERM_PROGRAM=vscode)
  • macOS 15.7.5 (24G624)
  • Shell: fish (/opt/homebrew/bin/fish)
  • "tui": "fullscreen", CLAUDE_CODE_SCROLL_SPEED=1

Steps to reproduce

  1. Run Claude Code in Cursor's integrated terminal with "tui": "fullscreen".
  2. Set CLAUDE_CODE_SCROLL_SPEED=1.
  3. Scroll the transcript with a trackpad/mouse wheel.

Expected

A small, controllable number of lines per scroll notch.

Actual

The view jumps many lines per gesture; CLAUDE_CODE_SCROLL_SPEED=1 provides no further relief since it's already the floor. terminal.integrated.mouseWheelScrollSensitivity has no effect on the captured TUI.

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:tuibugSomething isn't workingplatform:macosIssue specifically occurs on macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions