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

Remove early return in keyboard enhancement check #751

Commits on Jan 30, 2023

  1. Remove early return in keyboard enhancement check

    This block sends the query over stdout if the query couldn't be sent
    over `/dev/tty` successfully. If we send it over stdout we should still
    query for the response though. The early return prevents that so the
    response to the query can end up not being consumed.
    the-mikedavis committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1c1efbf View commit details
    Browse the repository at this point in the history