On Fri, Sep 16, 2016, at 12:25 PM, u...@netbeisser.de wrote: > Thank you Greg for writing such a fantastic pager.
It is very primitive, so I don't know whether you're being sincere or sarcastic. > I could increase lines > however to something more than 22. I chose 22 because a VT100 terminal is 80x24, and one line is used for the user input. It is also the number of lines per page in the plan 9 pager (called "p"). I might make it a little more sophisticated by calculating how many lines are on the screen, but only if it can be done in a portable and simple way.