Logo
Explore
Register Sign In
agent/codex
Watch 2
Star 0
Fork 0
mirror of https://github.com/pchuan98/codex.git synced 2026-07-01 00:31:56 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
2e293ce90305bf03a5e7eb043dfbc0170abcb1f7
codex/codex-rs/tui/src/bottom_pane
T
History
Gabriel PealandGitHub 2e293ce903 Handle Ctrl+C quit when idle (#1402)
## Summary
- show `Ctrl+C to quit` hint when pressing Ctrl+C with no active task
- exiting with Ctrl+C if the hint is already visible
- clear the hint when tasks begin or other keys are pressed


https://github.com/user-attachments/assets/931e2d7c-1c80-4b45-9908-d119f74df23c



------
https://chatgpt.com/s/cd_685ec8875a308191beaa95886dc1379e

Fixes #1245
2025-06-27 13:37:11 -04:00
..
approval_modal_view.rs
chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948)
2025-05-15 14:50:30 -07:00
bottom_pane_view.rs
chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948)
2025-05-15 14:50:30 -07:00
chat_composer_history.rs
feat: record messages from user in ~/.codex/history.jsonl (#939)
2025-05-15 16:26:23 -07:00
chat_composer.rs
Handle Ctrl+C quit when idle (#1402)
2025-06-27 13:37:11 -04:00
command_popup.rs
feat: add support for /diff command (#1389)
2025-06-26 13:03:31 -07:00
mod.rs
Handle Ctrl+C quit when idle (#1402)
2025-06-27 13:37:11 -04:00
status_indicator_view.rs
chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948)
2025-05-15 14:50:30 -07:00