Search the documentation
6 pages for claude_code_no_flicker.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Environment variables
Claude Code CLI · in the page
env-vars
…k so `Cmd+f` and tmux copy mode work as usual. Takes precedence over `CLAUDE_CODE_NO_FLICKER` and the [`tui`](/docs/en/settings-reference#tui) setting. You can also switch with `/tui default`. Does no…
Fullscreen rendering
Claude Code CLI · in the page
fullscreen
…e reasons. It doesn't switch or save anything. You can also set the `CLAUDE_CODE_NO_FLICKER` environment variable before starting Claude Code: ```bash theme={null} CLAUDE_CODE_NO_FLICKER=1 claude ``…
Claude Code settings
Claude Code CLI · in the page
settings
…classic main-screen renderer. Set via `/tui`. You can also set the [`CLAUDE_CODE_NO_FLICKER`](/docs/en/env-vars) environment variable. Background sessions opened from [agent view](/docs/en/agent-view…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…s/en/fullscreen#fullscreen-by-default) * **Per-session overrides**: [`CLAUDE_CODE_NO_FLICKER`](/docs/en/env-vars) and [`CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN`](/docs/en/env-vars) take precedence over t…
Configure your terminal for Claude Code
Claude Code CLI · in the page
terminal-config
…een#fullscreen-renderer-didnt-finish-starting). You can also set the `CLAUDE_CODE_NO_FLICKER` environment variable before starting Claude Code: <CodeGroup> ```bash Bash and Zsh theme={null} CLAUD…
Week 14 · March 30 – April 3, 2026
Claude Code CLI · in the page
whats-new/2026-w14
…env var and restart Claude Code:</p> ```bash theme={null} export CLAUDE_CODE_NO_FLICKER=1 claude ``` <a className="digest-feature-link" href="/docs/docs/en/fullscreen">Fullscreen rendering…