This release adds a --no-clear-on-exit option to the pager, allowing
users to tell moar the height of their prompt. Setting this correctly
will make --no-clear-on-exit leave the correct lines on the screen.
Also, with this release, moar will now no longer read infinite input by
default. Instead, it will pause after a certain number of lines, unless
you scroll down enough, at which point more lines will be read as
needed.
This is to prevent out of memory situations and retain search
performance.