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

examples: use getline() to read commands #723

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Jul 27, 2023

  1. examples: use getline() to read commands

    The previous approach works only if the terminal is operating in cannonical mode
    (input available line-by-line), which is not always true.
    getline() ensures that commands are always read correctly.
    raiden00pl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2d82bfe View commit details
    Browse the repository at this point in the history