Given a size, how far would you have to scroll back to get to the top?
Please note that this is O(n) with the length of the scrollback buffer.
See Implementation
Given a size, how far would you have to scroll back to get to the top?
Please note that this is O(n) with the length of the scrollback buffer.