Artifacts on the screen, screen redraw partially fixes it

Open 💬 4 comments Opened Feb 11, 2026 by kucharskim

What version of Codex CLI is running?

codex-cli 0.94.0

What subscription do you have?

Plus

Which model were you using?

gpt-5.2-codex

What platform is your computer?

OpenBSD 7.8-current (GENERIC.MP) #234: Wed Feb 4 13:18:55 MST 2026, amd64

What terminal emulator and version are you using (if applicable)?

XTerm/OpenBSD(403)

What issue are you seeing?

Random artifacts, leftover random letters on screen. I was looking for equivalent of CTRL+L to redraw the screen. See attached screenshot.

<img width="1188" height="299" alt="Image" src="https://github.com/user-attachments/assets/e03fa38e-d63b-40c5-b285-9e1c249e6b1b" />

Here is copy paste, plain text:

    194  if __name__ == "__main__":
        ⋮
    197      cfg = load_config(args.config)
    198 +    fetcher = MockFetcher(args.current) if args.current else None
    199 +
    200      if args.hostdisiNone:
        ⋮
    203              print_host_info(hostname,pall_info[hostname])
  [… 66 lines] ctrl + a view all

What steps can reproduce the bug?

It shows up randomly over time, when I work with it. I don't have specific reproduction step.

What is the expected behavior?

No artifacts on the screen.

Additional information

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗