Bottom pane selection view omits lines after popup render.

Resolved 💬 3 comments Opened Nov 13, 2025 by ts-klassen Closed Nov 13, 2025

What version of Codex is running?

codex-cli 0.57.0

What subscription do you have?

plus

Which model were you using?

gpt-5-codex

What platform is your computer?

Linux 5.15.0-161-generic x86_64 x86_64

What issue are you seeing?

When the Approaching rate limits bottom pane shows up, the lines that are just above the terminal height disappears.

For example, if AI prints 30 lines on a terminal that can display 24 lines, line 12 to 16 disappears.


│ model:     gpt-5-codex   /model to change │
│ directory: ~                              │
╰───────────────────────────────────────────╯

  To get started, describe a task or try one of these commands:

  /init - create an AGENTS.md file with instructions for Codex
  /status - show current session configuration
  /approvals - choose what Codex can do without approval
  /model - choose what model and reasoning effort to use
  /review - review any changes and find issues


› Say from 1 to 30 one line each. Do exactly what `seq 1 30` would do.


• Ran cd /home/codex && seq 1 30
  └ 1
    2
    … +26 lines
    29
    30

─ Worked for 10s ───────────────────────────────────────────────────────────────

• 1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30

 
  Approaching rate limits
  Switch to gpt-5-codex-mini for lower credit usage?
 
› 1. Switch to gpt-5-codex-mini  Optimized for codex. Cheaper, faster, but
                                 less capable.
  2. Keep current model
 
  Press enter to confirm or esc to go back

What steps can reproduce the bug?

Uploaded thread: 019a7d06-4d29-7951-b443-11eec3c04e24

What is the expected behavior?

I should be able to see every line the ai printed.

Additional information

I'm using codex-x86_64-unknown-linux-musl directly.

I'm using gnome-terminal with stty size 24 80.

# GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD

View original on GitHub ↗

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