core-agent-ide/codex-rs/tui
jcoens-openai 78843c3940
feat: Allow pasting newlines (#866)
Noticed that when pasting multi-line blocks, each newline was treated
like a new submission.
Update tui to handle Paste directly and map newlines to shift+enter.

# Test

Copied this into clipboard:
```
Do nothing.
Explain this repo to me.
```

Pasted in and saw multi-line input. Hitting Enter then submitted the
full block.
2025-05-09 11:33:46 -07:00
..
src feat: Allow pasting newlines (#866) 2025-05-09 11:33:46 -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 feat: Allow pasting newlines (#866) 2025-05-09 11:33:46 -07:00