d14cdc1151
Copy selected terminal output with Ctrl/Cmd+C without sending an interrupt, and route browser paste consistently through the terminal transport.
7 lines
334 B
Markdown
7 lines
334 B
Markdown
# Web Terminal Clipboard Tasks
|
|
|
|
- [x] Add selected-text copy interception without suppressing unselected terminal interrupts.
|
|
- [x] Normalize browser paste handling through the existing paste transport.
|
|
- [x] Add focused frontend coverage for copy shortcut decisions.
|
|
- [x] Run frontend tests, typecheck/build, lint, and diagnostics.
|