Open davidbrochart opened 11 months ago
Resizing the terminal window in the browser doesn't seem to be caught by the Terminal.onResize method. Also, the FitAddon doesn't seem to fit the terminal size to the window.
Terminal.onResize
FitAddon
I think you need to manually call .fit, for instance in combinations with a ResizeObserver
Resizing the terminal window in the browser doesn't seem to be caught by the
Terminal.onResize
method. Also, theFitAddon
doesn't seem to fit the terminal size to the window.