Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bandwidth2: use binary and decimal prefixes as appropriate #518

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2024

  1. bandwidth2: use binary and decimal prefixes as appropriate

    the implementation is through null-terminated arrays of decimal SI and
    binary SI prefixes. the appropriate array is passed to display(), which
    loops over it.
    rsekman committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7f11dab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. bandwidth2: fixed-length prefixes

    this ensures a constant width of the block
    rsekman committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f665011 View commit details
    Browse the repository at this point in the history