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

Reset terminal state in case of a panic #84

Merged
merged 16 commits into from
Jan 8, 2023
Merged

Reset terminal state in case of a panic #84

merged 16 commits into from
Jan 8, 2023

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    a6a09a5 View commit details
    Browse the repository at this point in the history
  2. Fix test threading problem using mutex, split into separate tests

    Also, had to put catch_unwind outside guards to make it work...
    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    71a1458 View commit details
    Browse the repository at this point in the history
  3. Fix implementation

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    3caef4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4197b8c View commit details
    Browse the repository at this point in the history
  5. Rework guard to use FnOnce

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    25bb991 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a6308c View commit details
    Browse the repository at this point in the history
  7. Update documentation

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4ac1af1 View commit details
    Browse the repository at this point in the history
  8. Make new() public

    Oops
    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e735fc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b932bca View commit details
    Browse the repository at this point in the history
  10. Fix indentation

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    74a6252 View commit details
    Browse the repository at this point in the history
  11. Rustfmt

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    138ac8c View commit details
    Browse the repository at this point in the history
  12. Rustfmt

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    179e8b3 View commit details
    Browse the repository at this point in the history
  13. Update comments

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4c8f543 View commit details
    Browse the repository at this point in the history
  14. Update changelog

    Marton Gunyho authored and mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4601447 View commit details
    Browse the repository at this point in the history
  15. Rustfmt

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    83c2d6d View commit details
    Browse the repository at this point in the history
  16. Rustfmt

    mgunyho committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e16c9f5 View commit details
    Browse the repository at this point in the history