Open
Description
Idea to relief some stress from terminal reflow events - create a Terminal.resizeLazy(rows, cols, timeout?)
variant, and likewise a FitAddon.fitLazy
variant, which debounces resizing within a certain timeout. This would help during window resizing to avoid processing every single number change, and also lower the back-messaging and reflow stress on application side (less SIGWINCH signals).
Not sure if this is useful from UX perspective, prolly needs some experimenting/testing. To be discussed.
Activity