calculate number of lines

This commit is contained in:
speedie 2023-05-07 15:35:41 +02:00
parent aad8baef66
commit ffe2af611a

View file

@ -104,6 +104,9 @@ void readfile(void) {
o = 1;
}
inputw = items ? TEXTWM(items[i].text) : 0;
lines = MIN(lines, i);
if (!o) longestedge = imagegaps = 0;
if (i == olistcount) {