As in addition for #66
When number of spinners way more than terminal height - it is not possible to see status of the first defined spinners. ( for example: 80 spinners defined, only 20 last are visible)
Current behavior: when scrolling up - random spinners statically duplicated.
Expected behavior: calculate offset from the scrolled lines and update only those lines. Should also works on resizing terminal window.