Skip to content

Consder disabling the terminal permamentlry when script ends #96

@jcubic

Description

@jcubic

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions