I'm using forceRender={true} in order to preserve the state/context of the xterm.js termina emulator. However, when it's set, fitAddon.fit(); doesn't work.
In my electron application, I have an xterm.js terminal emulator, in one of my react tabs. How do I preserve the state of this terminal so that when the use go
I'm trying to create a web page where the user will press a button, and it will send some code presented in a div to the terminal which will be executed, I woul