he 76 lib/widget/history.c int x = 0, y, he, wi; he 86 lib/widget/history.c he = data->count + 2; he 88 lib/widget/history.c if (he <= y || y > (LINES - 6)) he 90 lib/widget/history.c he = MIN (he, y - 1); he 91 lib/widget/history.c y -= he; he 96 lib/widget/history.c he = MIN (he, LINES - y); he 110 lib/widget/history.c rect_init (&r, y, x, he, wi);