Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ cargo llvm-cov
- Verify shutdown UX:
- `q` shows persistent "shutting down" status and exits cleanly.
- `k` shows "sent SIGINT" immediately for a process.
- Verify high-volume output doesn't freeze the UI:
- `cargo run -- -- --name spam -- sh -c "yes | head -n 100000"`
- UI stays responsive; you can still select and kill the process.
- Verify clipboard selection:
- Mouse drag selects log lines.
- Ctrl+C copies selection; if none, copies full selected process buffer.
Expand Down
Loading