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
- Run Claude Code in Cursor's integrated terminal with
"tui": "fullscreen".
- Set
CLAUDE_CODE_SCROLL_SPEED=1.
- 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
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
TERM_PROGRAM=vscode)/opt/homebrew/bin/fish)"tui": "fullscreen",CLAUDE_CODE_SCROLL_SPEED=1Steps to reproduce
"tui": "fullscreen".CLAUDE_CODE_SCROLL_SPEED=1.Expected
A small, controllable number of lines per scroll notch.
Actual
The view jumps many lines per gesture;
CLAUDE_CODE_SCROLL_SPEED=1provides no further relief since it's already the floor.terminal.integrated.mouseWheelScrollSensitivityhas no effect on the captured TUI.Notes
/tui default(also reported by a commenter on [Bug] Terminal scroll speed too fast in Claude Code TUI after Cursor v3.0.13 update (macOS trackpad) #45537). Requesting a fix (or a sub-1 multiplier / Cursor-specific scroll handling) so fullscreen mode is usable.