Skip to content

Instantly share code, notes, and snippets.

@JohannesHoppe
Created February 16, 2026 20:08
Show Gist options
  • Select an option

  • Save JohannesHoppe/bf34cf675e91be27d528691916884cee to your computer and use it in GitHub Desktop.

Select an option

Save JohannesHoppe/bf34cf675e91be27d528691916884cee to your computer and use it in GitHub Desktop.
claude-chill: Fix für den Endless-Scrolling-Bug in Claude Code

claude-chill: Fix für den Endless-Scrolling-Bug in Claude Code

Claude Code hat einen bekannten Terminal-Rendering-Bug, der endloses Scrollen/Flackern verursacht. claude-chill ist ein PTY-Proxy, der sich dazwischensetzt und nur tatsächliche Bildschirmänderungen weitergibt (Differential Rendering).

Installation

cargo install --git https://github.com/davidbeesley/claude-chill

Falls kein Rust/Cargo vorhanden:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
cargo install --git https://github.com/davidbeesley/claude-chill

Alias in ~/.zshrc

alias claude='claude-chill claude --'

Das -- ist wichtig, damit Argumente wie --resume an Claude durchgereicht werden.

Relevante GitHub Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment