lines_below      2961 src/editor/edit.c     long lines_below;
lines_below      2963 src/editor/edit.c     lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->rect.lines - 1);
lines_below      2964 src/editor/edit.c     if (lines_below > 0)
lines_below      2966 src/editor/edit.c         if (i > lines_below)
lines_below      2967 src/editor/edit.c             i = lines_below;