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

Consder disabling the terminal permamentlry when script ends #96

Open
jcubic opened this issue Dec 27, 2023 · 0 comments
Open

Consder disabling the terminal permamentlry when script ends #96

jcubic opened this issue Dec 27, 2023 · 0 comments
Labels
enhancement New feature or request language

Comments

@jcubic
Copy link
Owner

jcubic commented Dec 27, 2023

Consider disabling the editing that can't be enabled when the program ends. Or add a way to do this explicitly. e.g. with stop(), end() or exit() or adding a new keyword.

To disable the terminal completely you can use this code:

term.pause();
term.freeze(true);
@jcubic jcubic added language enhancement New feature or request labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language
Projects
None yet
Development

No branches or pull requests

1 participant