How to copy all content (including formatted/boxed text) from multiple terminals in Cursor IDE, ensuring that ANSI/UI-generated boxes, scrollback buffers, and chat panel data are fully captured. Address how to:
- Select and combine outputs from multiple terminal tabs.
- Preserve or clean ANSI formatting (e.g., boxes, colors).
- Copy UI-rendered boxed content (e.g., chat panels).
- Handle cases where
Ctrl+A
skips boxed data.
Include terminal commands, IDE settings, or extensions if needed.?