he                 83 lib/widget/history.c     int x = 0, y, he, wi;
he                 93 lib/widget/history.c     he = data->count + 2;
he                 95 lib/widget/history.c     if (he <= y || y > (LINES - 6))
he                 97 lib/widget/history.c         he = MIN (he, y - 1);
he                 98 lib/widget/history.c         y -= he;
he                103 lib/widget/history.c         he = MIN (he, LINES - y);
he                117 lib/widget/history.c     rect_init (&r, y, x, he, wi);