Problem
When running the Rust Codex CLI in its own TUI (alternate screen) mode:
- PageUp/PageDown do nothing (need it for the output logs) - I figured out it works after Tab
- Ctrl+Home/Ctrl+End don’t jump to top/bottom (need it for the output logs)
- Drag-and-drop on the vertical scroll-bar is ignored
- Copying multi-line blocks always includes the box-drawing borders (may need a --no-borders flag)
- Multiline prompt clipboard paste is ignored, only first line is captured and immediately executed (only Windows build)
Problem
When running the Rust Codex CLI in its own TUI (alternate screen) mode: