he 72 lib/widget/history.c int x = 0, y, he, wi; he 82 lib/widget/history.c he = data->count + 2; he 84 lib/widget/history.c if (he <= y || y > (LINES - 6)) he 86 lib/widget/history.c he = MIN (he, y - 1); he 87 lib/widget/history.c y -= he; he 92 lib/widget/history.c he = MIN (he, LINES - y); he 106 lib/widget/history.c rect_init (&r, y, x, he, wi);