mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
Add a narrative doc and inline rustdoc explaining how `ChatComposer` and `PasteBurst` compose into a single state machine on terminals that lack reliable bracketed paste (notably Windows). This documents the key states, invariants, and integration points (`handle_input_basic`, `handle_non_ascii_char`, tick-driven flush) so future changes are easier to reason about.
7 lines
78 B
YAML
7 lines
78 B
YAML
config:
|
|
MD013:
|
|
line_length: 100
|
|
|
|
globs:
|
|
- "docs/tui-chat-composer.md"
|