Claude Code NO_FLICKER Mode

Enable experimental renderer and mouse events in Claude Code terminal.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill claude-code-no-flicker-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Claude Code NO_FLICKER Mode
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/claude-no-flicker
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill claude-code-no-flicker-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Claude Code terminal can experience flickering, which can be distracting. This Skill unit addresses the flickering issue and adds mouse event support for a more responsive terminal experience.

Core Features & Use Cases

  • No Flicker: Improves readability and usability by eliminating terminal flicker.
  • Mouse Events Support: Enables mouse events in the TUI for a more interactive terminal session.
  • Use Case: If you're using Claude Code and find the terminal flickering or want to use mouse events within the terminal, this Skill can be a solution.

Quick Start

To activate the NO_FLICKER mode, run the following command in your Claude Code terminal: ./activate_no_flicker

Frequently Asked Questions about Claude Code NO_FLICKER Mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop terminal flickering in Claude Code?

To stop terminal flickering in Claude Code, you can activate an experimental renderer designed to eliminate the visual distraction and improve readability. Run the `./activate_no_flicker` command in your terminal to enable this mode.

Can I use mouse events in the Claude Code terminal interface?

Yes, you can enable mouse events in the Claude Code TUI to achieve a more interactive terminal session. Activating the no-flicker mode provides mouse event support for enhanced interactivity within the terminal environment.

Why does the Claude Code TUI flicker and how can I fix it?

The Claude Code TUI may flicker due to default terminal rendering behaviors. You can fix this by utilizing an experimental renderer that eliminates the flickering issue, providing a more stable and readable terminal experience.

How do I activate the experimental renderer for Claude Code?

To activate the experimental renderer for Claude Code, run the `./activate_no_flicker` command in your terminal. This switches the terminal to a no-flicker mode and enables mouse event support simultaneously.

Does enabling no-flicker mode require any additional dependencies?

Enabling the no-flicker mode does not require any additional dependencies or components. You can activate the experimental renderer directly within your existing Claude Code terminal environment using a single command.