Feature: Rust Codex CLI: Add in-TUI scroll-navigation (PageUp/PageDown, Home/End), vertical scroll-bar drag-and-drop and a “no-borders” flag
Resolved 💬 5 comments Opened May 21, 2025 by evgenyop Closed Sep 9, 2025
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)
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗