track status bar height

Issue #12 resolved
Andrew Schultz repo owner created an issue

18 by default but it can shrink.

It must be reset to 18 each time you toggle, just in case. Number of line breaks can be tracked and changed each time status line is constructed. Cut it down when you can.

Comments (4)

  1. Andrew Schultz reporter

    Tracking implemented.

    Before closing this, mark MAXALPHAROWS and MAXUNALPHAROWS and see if they are different, and if so cut them down. Also be sure of the difference between current max rows and maximum max rows. E.g. if 16 = the max rows, don't have the "(more later)" but if 17, yes.

    (Note: rows in list = status bar height - 1 because general overview takes up a row)

  2. Log in to comment