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

Add setting bios.shell_path #1795

Open
wants to merge 3 commits into
base: mc-1.20.x
Choose a base branch
from

Commits on Apr 19, 2024

  1. Add setting bios.shell_path

    Allow the user to directly set the path the bios uses for the shell.
    
    Has some additional status checking to allow for shell errors to be read before computer shutdown.
    hugeblank committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6d32c98 View commit details
    Browse the repository at this point in the history
  2. trailing comma

    I learned how to lintLua!
    hugeblank committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    175de55 View commit details
    Browse the repository at this point in the history
  3. Correctly display shell errors on native term

    Extracts os.run into an internal launch function so we can extract shell errors and correctly display them on the native terminal.
    hugeblank committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    167fd6b View commit details
    Browse the repository at this point in the history