You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed: The terminal resize listener added in 1.0.0-beta.5:
I got the question if a rebuild really is triggered on resize. That’s an indication that it is too weird.
I got feedback that it can be useful to keep the scrolling position (when having many compilation errors) and making the terminal larger to better see an error. This means we can’t re-render either.
It’s not super bad without the resize listener. The target timings won’t be aligned and the separators won’t have the correct length.
Everything will still be rendered correctly on the next cycle.