You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows Terminal / cmd.exe / PowerShell (pwsh), while Codex CLI is waiting/streaming and the TUI redraws
frequently, the terminal cursor blink rate (and intensity animation) becomes abnormally fast and the cursor visibly
“jumps/sweeps” during redraws.
This makes the UI distracting and hard to use. It does not reproduce in IntelliJ IDEA’s built-in terminal.
What steps can reproduce the bug?
Open Windows Terminal (also reproduces in cmd.exe and pwsh).
Run codex.
Trigger a redraw-heavy state (e.g. any waiting/streaming state such as a long-running tool call / background exec).
Observe the cursor while the status line/spinner updates.
Expected: cursor blink rate stays consistent with terminal defaults; cursor does not visibly jump.
Actual: cursor blink speeds up dramatically and cursor position visibly jumps/sweeps during redraws.
What version of Codex is running?
codex-cli 0.80.0
What subscription do you have?
ChatGPT Plus
Which model were you using?
gpt-5.2
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
On Windows Terminal / cmd.exe / PowerShell (pwsh), while Codex CLI is waiting/streaming and the TUI redraws
frequently, the terminal cursor blink rate (and intensity animation) becomes abnormally fast and the cursor visibly
“jumps/sweeps” during redraws.
This makes the UI distracting and hard to use. It does not reproduce in IntelliJ IDEA’s built-in terminal.
What steps can reproduce the bug?
codex.Expected: cursor blink rate stays consistent with terminal defaults; cursor does not visibly jump.
Actual: cursor blink speeds up dramatically and cursor position visibly jumps/sweeps during redraws.
Evidence: MP4 recording attached.
Video_2026-01-12_160915.mp4
What is the expected behavior?
No response
Additional information
No response