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);
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()orexit()or adding a new keyword.To disable the terminal completely you can use this code: