Claude Code Fullscreen Rendering is a brand new opt-in renderer for the Claude Code CLI that virtualises the terminal viewport and provides mouse strengthen.
It solves the core UX downside in terminal-based AI coding: ANSI get away codes lack a mechanism to repaint rows out of doors the viewport, so each replace forces a full-screen transparent. That is the flicker.
Fullscreen rendering strikes viewport regulate into the applying layer, the similar manner Vim and Htop do it.
What makes it other is that it gets rid of flicker with out sacrificing terminal portability, no exterior TUI framework, and no new dependencies.
It helps click-to-position cursor within the enter field, click-to-expand device effects, URL and document trail clicking, mouse-wheel scrolling, transcript seek with less-style navigation, and dependable reminiscence and CPU utilization irrespective of dialog period.
Constructed for builders operating Claude Code in VS Code’s built-in terminal, tmux, or iTerm2, particularly in lengthy classes the place flicker and scroll jumps are maximum disruptive.
Allow it with: CLAUDE_CODE_NO_FLICKER=1 claude
Notice: this can be a analysis preview. Local cmd-f and copy-paste behave in a different way on this mode. Complete tradeoff main points within the doctors.
https://code.claude.com/doctors/en/fullscreen
P.S. I hunt the newest and largest launches in tech, SaaS and AI, apply to be notified → @rohanrecommends



