Pet display flickers in Windows Terminal + WSL2
Resolved 💬 0 comments Opened May 29, 2026 by JustLookAtNow Closed May 29, 2026
What happened?
When running Codex CLI inside Windows Terminal + WSL2, enabling the pet display causes the area where the pet is rendered to flicker.
The flicker appears localized to the pet's position rather than the whole terminal. It is visually distracting while using the CLI.
Environment
- Terminal: Windows Terminal
- Runtime: WSL2
- OS inside WSL: Linux
6.6.114.1-microsoft-standard-WSL2 - Codex CLI:
codex-cli 0.135.0 - GitHub CLI used to file this issue:
gh 2.91.0
Steps to reproduce
- Open Windows Terminal.
- Start a WSL2 shell.
- Run Codex CLI.
- Enable the pet display.
- Observe the area where the pet is displayed.
Expected behavior
The pet should render without flickering.
Actual behavior
The pet's display area flickers while the pet display is enabled.
Notes
I have not confirmed whether this also happens in other terminal emulators or outside WSL2.