make xterm self controlled/controlled #4972
Unanswered
deflexable
asked this question in
Q&A
Replies: 1 comment
-
You could wrap xterm.js into a web component exposing mandatory settings as attributes, schematically something like this: <terminal connection="wss://some/websocket/path" cols="120" rows="35" some_other_needed_setting="xyz" /> |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
how to make xterm self controlled instead of manually writing with
write(string)
. I want it to exhibit the behavior of an<input />
in HTMLBeta Was this translation helpful? Give feedback.
All reactions