Skip to content

feat(curses): add startup and exit controls#616

Closed
Komzpa wants to merge 1 commit into
traviscross:masterfrom
Komzpa:darafei/curses-startup-exit-controls
Closed

feat(curses): add startup and exit controls#616
Komzpa wants to merge 1 commit into
traviscross:masterfrom
Komzpa:darafei/curses-startup-exit-controls

Conversation

@Komzpa

@Komzpa Komzpa commented May 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #323.
Fixes #549.
Supersedes #580.
Supersedes #584.

Summary

  • add --compact to start the curses UI in compact layout
  • add --report-on-exit to print a report snapshot after leaving curses mode
  • document both options and include them in bash completion

Validation

  • make -j$(nproc)
  • git diff --check
  • ./mtr --help | rg -- '--compact|--report-on-exit'
  • ./mtr --compact --report-on-exit -r -c 1 127.0.0.1

@Komzpa

Komzpa commented May 8, 2026

Copy link
Copy Markdown
Contributor Author

No longer needed: the original PR #580 has been updated in-place with this combined fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: command line argument to start in compact view Don't clean screen after quit

1 participant