[BUG] text updates on-screen scroll the entire chatlog before showing new text
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
for some reason every time this screen updates, it scrolls the entire chatlog before showing the new text
∴ Thinking…
The user is reporting a UI issue where the chat interface scrolls through the entire conversation history before displaying new responses. This
is a usability/UX issue with Claude Code's interface.
This isn't something I can fix directly since it's a client-side UI behavior in the Claude Code CLI tool itself. I should:
- Acknowledge the issue
- Suggest they report it as a bug to the Claude Code team
- Provide the GitHub issues link for reporting
I shouldn't try to troubleshoot this as a technical problem with their system since it's clearly a Claude Code interface issue.
● That's a UI issue with Claude Code's terminal interface. This is unfortunately not something I can fix from my side - it's how the CLI client handles rendering long conversations.
You can report this issue to the Claude Code team:
- GitHub Issues: https://github.com/anthropics/claude-code/issues
When reporting, mention:
- The scrolling behavior happens on every response update
- It scrolls through the entire chat history before showing new content
- It occurs in long conversations (like this one with extensive output)
In the meantime, you could try:
- Using /clear to start a fresh conversation (though you'd lose context)
- Checking if there are any terminal settings that might affect scrollback behavior
- See if the issue happens in different terminal emulators
What Should Happen?
just show the response text instead of the entire chatlog blowing bye at mach 10
Error Messages/Logs
Steps to Reproduce
just say hello. after 10 seconds of scrolling ill get the reply
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.0.74 ish
Claude Code Version
2.0.76
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗