core-agent-ide/codex-rs/tui
Ahmed Ibrahim cdc77c10fb
Fix/tui windows multiline paste (#2544)
Introduce a minimal paste-burst heuristic in the chat composer so Enter
is treated as a newline during paste-like bursts (plain chars arriving
in very short intervals), avoiding premature submit after the first line
on Windows consoles that lack bracketed paste.

- Detect tight sequences of plain Char events; open a short window where
Enter inserts a newline instead of submitting.
- Extend the window on newline to handle blank lines in pasted content.
- No behavior change for terminals that already emit Event::Paste; no
OS/env toggles added.
2025-08-22 12:23:58 -07:00
..
src Fix/tui windows multiline paste (#2544) 2025-08-22 12:23:58 -07:00
tests hide CoT by default; show headers in status indicator (#2316) 2025-08-20 16:58:56 -07:00
Cargo.toml ctrl+v image + @file accepts images (#1695) 2025-08-22 17:05:43 +00:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00