On Fri, Sep 16, 2016 at 9:25 AM,  <u...@netbeisser.de> wrote
> Thank you Greg for writing such a fantastic pager. I could increase lines
> however to something more than 22.

char *lines = getenv("LINES");
int page_size = lines ? atoi(lines) : 24;

Reply via email to