Quell Proxy Fixes Claude Code Scroll-Jumping on Windows

Quell is a small Rust proxy that fixes Claude Code's scroll-jumping issue on Windows. When Claude Code streams long responses, it uses synchronized output (DEC Mode 2026) and triggers full screen redraws that include clear-screen sequences, resetting your scroll position and causing the terminal to jump to the top.
How Quell Works
Quell sits between your terminal and Claude Code, detecting full-redraw sync blocks and stripping the clear-screen sequences before forwarding the output. Everything else passes through unchanged, keeping your scroll position stable.
Features
- Scroll position preservation - Prevents terminal from jumping to top during long Claude Code responses
- Shift+Enter for newlines - Instead of needing Alt+Enter (requires Windows Terminal 1.25+)
- Security filtering - Strips clipboard access attempts, dangerous URL schemes (ssh://, javascript://), and terminal query attacks from AI output
- Full Unicode support - Emoji, CJK characters, and box-drawing characters render correctly
Limitations
- Windows only - Uses Windows ConPTY, so macOS/Linux not supported yet
- Not a new terminal - Transparent proxy that wraps your existing terminal
- v0.1.0 - Early version with potential edge cases
Technical Details
Single executable with no configuration required. No network access or telemetry. MIT licensed. The tool was built with Claude Code itself.
📖 Read the full source: r/ClaudeAI
👀 See Also

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.

Efficient Workflow Using Claude Code: Planning Before Execution
Boris Tane leverages Claude Code with a structured planning-first approach, focusing on detailed research and planning to maintain control over architecture decisions.

Claude Proposal: Scope Memory & Hermetic Instance Isolation
A formal proposal to Anthropic from a power user: global/local memory scoping and hermetic instance isolation for Claude, enabling deterministic, auditable sessions.

VidLens MCP Server: Persistent YouTube Knowledge Base for Claude
VidLens is a free, open-source MCP server that indexes YouTube content locally with semantic embeddings, treating videos as a persistent knowledge base rather than extracting temporary transcripts. It provides 41 tools across 10 modules for searching, analyzing, and retrieving video content.