Expose API method for writing to application side (#4948)#4953
Expose API method for writing to application side (#4948)#4953Tyriar merged 11 commits intoxtermjs:masterfrom
Conversation
jerch
left a comment
There was a problem hiding this comment.
Welcome and thank you for looking into this.
Looks really good already, only a few my remarks from my side below.
|
Thanks for the feedback, working on it |
…the input was user input or not.
jerch
left a comment
There was a problem hiding this comment.
@arencoskun With fixing the remaining linter errors, this LGTM 👍
Oops, forgot to fix those. Will work on it in a few moments |
|
@arencoskun Oh and btw - the declaration also needs to be added to |
No problem, also adding that |
|
Sorry, forgot to mark as draft |
|
Whoopsie - the headless API-bundling class in (Why? - We basically maintain 2 versions of xterm.js Terminal class - one for browser and for headless nodejs usage. So parts of the API bundling is doubled here.) |
Thanks for the info, I've been busy tonight but most probably tomorrow I'll finish it off. |
|
@Tyriar Could you also review this PR? Because of the API addition I dont want to merge it w'o being reviewed by you. |
This PR adds an input method which takes data as the parameter as described in the issue. If there are any issues, you can point it out and I'll fix it.
(Sorry if there's an issue, I am a beginner.)
Fixes #4948.