davidbrochart / ipytextual

Jupyter Textual-based Widget
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Issues with terminal size #1

Open davidbrochart opened 11 months ago

davidbrochart commented 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.

maartenbreddels commented 5 months ago

I think you need to manually call .fit, for instance in combinations with a ResizeObserver