### I have an idea for a new feature for jQuery Terminal Implement something like [React-Window](https://github.com/bvaughn/react-window) to keep only DOM nodes that are visible on the screen. Here is a tutorial: * [Implementing virtual scroll for web from scratch, in less than 150 lines of code](https://stackfull.dev/implementing-virtual-scroll-for-web-from-scratch-in-less-than-150-lines-of-code) Required to fix: * https://github.com/jcubic/jquery.terminal/issues/1032
I have an idea for a new feature for jQuery Terminal
Implement something like React-Window to keep only DOM nodes that are visible on the screen.
Here is a tutorial:
Required to fix: