Replies: 1 comment 1 reply
-
So freeze is only to disable the input from user, and If you want to disable if (!term.frozen()) {
term.echo('HELLO!');
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some dynamic terminals on a page and user can choose to disable/enable the terminal. The terminals are connected to a backend COM port which will send the string to terminal in frontend whenever it receive data.
I have tried:
... but later on when I call:
...the
terminal
will still display this string!!!Is this expected behavior? Or those disable terminal methods is only for disable input prompt??
How do I disable, silence, freeze terminals literally then?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions