core-agent-ide/codex-rs/tui
Jeremy Rose 64cfbbd3c8
support more keys in textarea (#1820)
Added:
* C-m for newline (not sure if this is actually treated differently to
Enter, but tui-textarea handles it and it doesn't hurt)
* C-d to delete one char forwards (same as Del)
* A-bksp to delete backwards one word
* A-arrows to navigate by word
2025-08-04 11:25:01 -07:00
..
src support more keys in textarea (#1820) 2025-08-04 11:25:01 -07:00
tests feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
Cargo.toml shimmer on working (#1807) 2025-08-03 18:51:33 +00:00