I don't know how to resize my xterm.js terminal. Somebody know how to do ? I tried with css but it didn't work.
Thanks in advance.
I don't know how to resize my xterm.js terminal. Somebody know how to do ? I tried with css but it didn't work.
Thanks in advance.
This is how you can define your xterm base data to set cols and rows:
To do a resize, you can use
fitAddon
:more details about resizing
xterm.js
terminal here.Update
I think changing the above code for
onResize
prop to this one bellow and addingxterm_resize_ob
will improve the resize functionality: