精神点儿 别丢份儿 (@Anano) 在 Claude Code上线全屏渲染模式,彻底解决闪烁和内存膨胀 中发帖
Enable fullscreen rendering
Set the**CLAUDE_CODE_NO_FLICKER**environment variable when starting Claude Code:
CLAUDE_CODE_NO_FLICKER=1 claude
To enable it for every session, export the variable in your shell profile such as**~/.zshrcor~/.bashrc**:
export CLAUDE_CODE_NO_FLICKER=1
[image]
[image]
[image]